Skip to content

Commit

Permalink
add distgen generated files
Browse files Browse the repository at this point in the history
  • Loading branch information
zmiklank committed Apr 25, 2024
1 parent a4f823e commit f638eb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 6/s2i/bin/usage
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Sample invocation:
s2i build https://github.com/sclorg/varnish-container.git --context-dir=6/test/test-app/ ${IMAGE} varnish-sample-app
You can then run the resulting image via:
docker run -p 8080:8080 varnish-sample-app
podman run -p 8080:8080 varnish-sample-app
EOF
2 changes: 1 addition & 1 deletion 7/s2i/bin/usage
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Sample invocation:
s2i build https://github.com/sclorg/varnish-container.git --context-dir=7/test/test-app/ ${IMAGE} varnish-sample-app
You can then run the resulting image via:
docker run -p 8080:8080 varnish-sample-app
podman run -p 8080:8080 varnish-sample-app
EOF

0 comments on commit f638eb9

Please sign in to comment.