[add] add custom error page if upstream fails

This commit is contained in:
2020-06-06 18:13:13 -04:00
parent 9378ae4a00
commit 55823e6cfa
22 changed files with 625 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ COPY ./files/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
# copy check file for port 80
COPY ./files/index.html /service/html/check/index.html
COPY ./files/html /service/html/
USER $USER_NAME