From 33b8b001d7eb4e1285de7f12d6a4d6fe57212473 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Tue, 19 Jan 2021 17:49:37 +0100 Subject: [PATCH] - remove yarn run dev command since its part of the dockerfile for the production stage --- docker-compose.override.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/docker-compose.override.yml b/docker-compose.override.yml index 7394e4e15..510a7f182 100644 --- a/docker-compose.override.yml +++ b/docker-compose.override.yml @@ -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