We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae15aa + 693ba78 commit 33be33bCopy full SHA for 33be33b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM behance/docker-nginx:1.0.0
+FROM behance/docker-nginx:1.1.1
2
MAINTAINER Bryan Latten <latten@adobe.com>
3
4
# Install singularity_runner
container/root/run.d/01-composer.sh container/root/run.d/01-install.shcontainer/root/run.d/01-composer.sh renamed to container/root/run.d/01-install.sh
@@ -5,7 +5,7 @@
5
6
if [[ -f /root/.composer/config.json ]]
7
then
8
- echo "[composer] installing app dependencies"
+ echo "[install] app dependencies"
9
composer install
10
- exit 99 # Signals for container to stop
+ exit $SIGNAL_BUILD_STOP
11
fi
0 commit comments