Update Dockerfile

This commit is contained in:
norimicry 2024-03-23 19:21:36 -04:00 committed by GitHub
parent 1cd1de8bd5
commit f2ae8e9fc5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,3 +41,4 @@ COPY run /etc/services.d/utils/run
RUN chmod +x /etc/services.d/utils/run RUN chmod +x /etc/services.d/utils/run
COPY docker-entrypoint.sh /startapp.sh COPY docker-entrypoint.sh /startapp.sh
RUN chmod +x /startapp.sh