Adding a Yarn command to profile
This commit is contained in:
parent
2dc682ea72
commit
c73fc30802
2 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ services:
|
|||
back:
|
||||
image: thecodingmachine/nodejs:12
|
||||
command: yarn dev
|
||||
#command: yarn run profile
|
||||
environment:
|
||||
STARTUP_COMMAND_1: yarn install
|
||||
SECRET_KEY: yourSecretKey
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue