- remove yarn run dev command since its part of the dockerfile for the production stage

This commit is contained in:
Ulf Gebhardt 2021-01-19 17:49:37 +01:00
parent cbf799d265
commit 33b8b001d7
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -12,7 +12,6 @@ services:
- NODE_ENV="development"
# - DEBUG=true
# - NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
command: yarn run dev
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine