Added an entrypoint

This commit is contained in:
edgarroncero 2025-02-12 16:59:55 +01:00
parent eddc4fddeb
commit d66df792c6

View File

@ -14,4 +14,6 @@ ENV PORT=8080
EXPOSE 8080
CMD ["/app/launch-daemons.sh"]
#CMD ["/app/launch-daemons.sh"]
ENTRYPOINT ["/app/launch-daemons.sh"]