Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -12,6 +12,5 @@ COPY --link --chown=1000 . .
|
|
12 |
RUN npm i
|
13 |
|
14 |
RUN --mount=type=secret,id=DOTENV_LOCAL,dst=.env.local npm run build
|
15 |
-
|
16 |
-
CMD echo $CPU_CORES
|
17 |
CMD pm2 start build/index.js -i $CPU_CORES --no-daemon
|
|
|
12 |
RUN npm i
|
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
|