We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b394472 commit 8add555Copy full SHA for 8add555
web/Dockerfile
@@ -17,5 +17,5 @@ EXPOSE 3000
17
18
# server.js is created by next build from the standalone output
19
# https://nextjs.org/docs/pages/api-reference/config/next-config-js/output
20
-CMD ["pm2", "start", "server.js"]
+CMD ["pm2-runtime", "start", "server.js"]
21
0 commit comments