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