chore: update app command

This commit is contained in:
Oliver Davies 2022-01-03 10:20:01 +00:00
parent 6e120bee3a
commit 0482badc95

View file

@ -3,7 +3,7 @@ services:
build:
context: .
target: build
command: sculpin generate --clean --port "${SCULPIN_PORT:-80}" --url "${SCULPIN_URL:-http://localhost}" --env "${SCULPIN_ENV:-dev}" "${SCULPIN_GENERATE_ARGS}" --output-dir output --no-interaction
command: "sculpin generate --clean --port ${SCULPIN_PORT:-80} --url ${SCULPIN_URL:-http://localhost} --env ${SCULPIN_ENV:-dev} ${SCULPIN_GENERATE_ARGS}"
volumes:
- .:/app
ports: