Skip to content

Commit 33be33b

Browse files
author
Bryan Latten
committed
Merge pull request #52 from bryanlatten/parent-update
Dockerfile: updated to latest parent
2 parents 3ae15aa + 693ba78 commit 33be33b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM behance/docker-nginx:1.0.0
1+
FROM behance/docker-nginx:1.1.1
22
MAINTAINER Bryan Latten <latten@adobe.com>
33

44
# Install singularity_runner
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
if [[ -f /root/.composer/config.json ]]
77
then
8-
echo "[composer] installing app dependencies"
8+
echo "[install] app dependencies"
99
composer install
10-
exit 99 # Signals for container to stop
10+
exit $SIGNAL_BUILD_STOP
1111
fi

0 commit comments

Comments
 (0)