We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed665d commit 2440457Copy full SHA for 2440457
Dockerfile
@@ -16,7 +16,6 @@ COPY .env.production ./.env.production
16
COPY package.json pnpm-lock.yaml ./
17
RUN pnpm install --no-frozen-lockfile --prod
18
19
-
20
EXPOSE 3000
21
22
CMD ["pm2-runtime", "start", "ecosystem.config.js"]
0 commit comments