Skip to content

Commit 8add555

Browse files
authored
fix: pm2-runtime (#1339)
1 parent b394472 commit 8add555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ EXPOSE 3000
1717

1818
# server.js is created by next build from the standalone output
1919
# https://nextjs.org/docs/pages/api-reference/config/next-config-js/output
20-
CMD ["pm2", "start", "server.js"]
20+
CMD ["pm2-runtime", "start", "server.js"]
2121

0 commit comments

Comments
 (0)