diff --git a/Dockerfile b/Dockerfile index 6fa7570..2b8e163 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,4 @@ VOLUME ["/app/appdata"] EXPOSE 17442 ENTRYPOINT [ "/app/entrypoint.sh" ] -CMD [ "pm2-runtime", "pm2.config.js" ] +CMD [ "pm2-runtime", "--raw", "pm2.config.js" ]