From f55fa76e86411be2bd609ec33cabb93377c6a29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Fri, 11 Sep 2020 10:01:45 +0200 Subject: [PATCH] Removing profiling mode --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 07aad692..472426e4 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -45,8 +45,8 @@ services: back: image: thecodingmachine/nodejs:12 - #command: yarn dev - command: yarn run profile + command: yarn dev + #command: yarn run profile environment: STARTUP_COMMAND_1: yarn install SECRET_KEY: yourSecretKey