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 7338a2a commit 8a4239bCopy full SHA for 8a4239b
Dockerfile.prod
@@ -28,6 +28,5 @@ HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl
28
29
ENV APP_ENV production
30
31
-RUN npm run db:prepare:prod
32
-
33
-CMD ["node", "--no-warnings", "dist/src/server.js"]
+# CMD ["node", "--no-warnings", "dist/src/server.js"]
+CMD ["npm", "run", "start"]
0 commit comments