reintegrate suexec

This commit is contained in:
GlassedSilver
2022-05-03 08:44:55 +02:00
parent 0bdcfa3244
commit 713a97f75a
2 changed files with 2 additions and 2 deletions

View File

@@ -68,5 +68,5 @@ COPY --chown=$UID:$GID --from=frontend [ "/build/backend/public/", "/app/public/
COPY --chown=$UID:$GID [ "/backend/", "/app/" ]
EXPOSE 17442
# ENTRYPOINT [ "/app/entrypoint.sh" ]
ENTRYPOINT [ "/app/entrypoint.sh" ]
CMD [ "pm2-runtime", "pm2.config.js" ]