Fix entrypoint permissions, add makefile

This commit is contained in:
3wc
2025-07-29 14:39:27 +01:00
parent af6942a2c9
commit c63c4ff73a
2 changed files with 9 additions and 0 deletions

View File

@ -4,4 +4,6 @@ COPY entrypoint.sh /custom-docker-entrypoint.sh
COPY index.html /usr/share/nginx/html/index.html
RUN ["chmod", "+x", "/custom-docker-entrypoint.sh"]
ENTRYPOINT ["/custom-docker-entrypoint.sh"]