[mod] default and error pages for web container

- removed volume for web as this is a placeholder
This commit is contained in:
2020-06-06 19:13:34 -04:00
parent 55823e6cfa
commit a9e14cc71a
24 changed files with 664 additions and 10 deletions

View File

@@ -16,6 +16,6 @@ RUN mkdir -p /service/temp \
# copy configuration and entrypoint.sh
COPY ./files/nginx.conf /etc/nginx/nginx.conf
COPY ./files/index.html /service/html/index.html
COPY ./files/html /service/html/
USER $USER_NAME