Rearrage arguments
This commit is contained in:
parent
3064f9008d
commit
c73de3ccdd
@ -4,12 +4,12 @@ source .env
|
|||||||
|
|
||||||
docker run \
|
docker run \
|
||||||
--rm \
|
--rm \
|
||||||
|
--interactive \
|
||||||
|
--tty \
|
||||||
--user "$UID" \
|
--user "$UID" \
|
||||||
--init \
|
--init \
|
||||||
--volume="$PWD:/srv/homepage" \
|
--volume="$PWD:/srv/homepage" \
|
||||||
--expose=8000 \
|
--expose=8000 \
|
||||||
--publish=8000:8000 \
|
--publish=8000:8000 \
|
||||||
--interactive \
|
|
||||||
--tty \
|
|
||||||
${HOMEPAGE_IMAGE} \
|
${HOMEPAGE_IMAGE} \
|
||||||
./vendor/bin/sculpin "$@"
|
./vendor/bin/sculpin "$@"
|
||||||
|
Loading…
Reference in New Issue
Block a user