Add favicon, fix charset, fix index path
This commit is contained in:
@ -2,7 +2,7 @@ FROM nginx:1.29.0
|
||||
|
||||
COPY entrypoint.sh /custom-docker-entrypoint.sh
|
||||
|
||||
COPY index.html /usr/share/nginx/html/index.html
|
||||
COPY index.html /usr/share/nginx/html/index.html.tmpl
|
||||
|
||||
RUN ["chmod", "a+x", "/custom-docker-entrypoint.sh"]
|
||||
|
||||
|
Reference in New Issue
Block a user