Fix front compile issues

This commit is contained in:
Thomas Basler 2022-01-19 18:58:33 +01:00
parent d71059a676
commit 84e861dc2d
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ services:
back:
image: thecodingmachine/nodejs:12
command: yarn run runprod
command: yarn run prod
environment:
DEBUG: "*"
STARTUP_COMMAND_1: yarn install
@ -74,7 +74,7 @@ services:
TURN_STATIC_AUTH_SECRET: SomeStaticAuthSecret
MAX_PER_GROUP: "MAX_PER_GROUP"
#REDIS_HOST: "localhost"
NODE_ENV: production
NODE_ENV: development
STORE_VARIABLES_FOR_LOCAL_MAPS: "true"
volumes:
- ./src/back:/usr/src/app