remove nuxt reference, we do not use nuxt

This commit is contained in:
Ulf Gebhardt 2021-09-15 10:20:00 +02:00
parent 32c69a3760
commit 4a2ee3d162
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -13,7 +13,6 @@ services:
environment:
- NODE_ENV="development"
# - DEBUG=true
- NUXT_BUILD=/tmp/nuxt # avoid file permission issues when `rm -rf .nuxt/`
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