We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca9e11c commit 7754a03Copy full SHA for 7754a03
frontend/Dockerfile
@@ -2,7 +2,7 @@ FROM nginx:1.19.5
2
WORKDIR /usr/share/nginx/html
3
COPY ./nginx/mime.types /etc/nginx/mime.types
4
COPY ./dist/utm-stack/ /usr/share/nginx/html/
5
-COPY ./nginx/conf/*.conf /etc/nginx/conf.d/
+COPY ./nginx/conf/ /etc/nginx/conf.d/
6
7
HEALTHCHECK --start-period=120s --interval=60s --timeout=60s \
8
CMD curl --insecure -I -f http://localhost/health && curl --insecure -I -f http://localhost/api/ping || exit 1
0 commit comments