Update docker build script and tools

This commit is contained in:
2018-04-12 07:32:44 +03:00
parent c4f11d1e69
commit a239631e9b
8 changed files with 40 additions and 34 deletions

View File

@ -6,10 +6,9 @@ docker run \
--rm \
--interactive \
--tty \
--user "$UID" \
--init \
--volume="$PWD:/srv/homepage" \
--user "$UID:$(id -g)" \
--volume="$PWD:/srv/app" \
--expose=8000 \
--publish=8000:8000 \
${HOMEPAGE_IMAGE} \
./vendor/bin/sculpin "$@"
${PHP_IMAGE} ./vendor/bin/sculpin "$@"