BetterAPI commited on
Commit
a296602
1 Parent(s): 0592f20

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -13,3 +13,4 @@ RUN npm i
13
 
14
  RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local npm run build
15
 
 
 
13
 
14
  RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local npm run build
15
 
16
+ CMD pm2 start build/index.js -i $CPU_CORES --no-daemon