Removing profiling mode
This commit is contained in:
parent
b37a8f63be
commit
f55fa76e86
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@ services:
|
||||||
|
|
||||||
back:
|
back:
|
||||||
image: thecodingmachine/nodejs:12
|
image: thecodingmachine/nodejs:12
|
||||||
#command: yarn dev
|
command: yarn dev
|
||||||
command: yarn run profile
|
#command: yarn run profile
|
||||||
environment:
|
environment:
|
||||||
STARTUP_COMMAND_1: yarn install
|
STARTUP_COMMAND_1: yarn install
|
||||||
SECRET_KEY: yourSecretKey
|
SECRET_KEY: yourSecretKey
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue