Rearrage arguments
This commit is contained in:
		| @@ -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 "$@" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user