We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 263e5a0 commit 0ce9f93Copy full SHA for 0ce9f93
run
@@ -2,5 +2,5 @@
2
#
3
# Start a pre-built docker container. /usr/bin/run is 'container-run.sh' script from docker.
4
5
-IMAGE=quay.io/perl/perlweb:latest
+IMAGE=${IMAGE:-quay.io/perl/perlweb:latest}
6
docker run --rm -P -p 8235:8235 -t -i -v `pwd`:/git/perlweb $IMAGE /usr/bin/run
0 commit comments