Fix entrypoint permissions, add makefile
This commit is contained in:
@ -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"]
|
||||
|
Reference in New Issue
Block a user