diff --git a/Dockerfile b/Dockerfile index 96bee0b..f61e933 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,4 +27,4 @@ ENV HOST=0.0.0.0 EXPOSE 3001 -CMD ["pm2", "start", "node_modules/.bin/nuxt", "--", "start"] \ No newline at end of file +CMD ["pm2-runtime", "start", "node_modules/.bin/nuxt", "--", "start"] \ No newline at end of file