Skip to content

Commit 34cb954

Browse files
committed
feat: remove unnecessary Nginx configuration copy from Dockerfile
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent 7754a03 commit 34cb954

2 files changed

Lines changed: 0 additions & 9 deletions

File tree

frontend/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ FROM nginx:1.19.5
22
WORKDIR /usr/share/nginx/html
33
COPY ./nginx/mime.types /etc/nginx/mime.types
44
COPY ./dist/utm-stack/ /usr/share/nginx/html/
5-
COPY ./nginx/conf/ /etc/nginx/conf.d/
65

76
HEALTHCHECK --start-period=120s --interval=60s --timeout=60s \
87
CMD curl --insecure -I -f http://localhost/health && curl --insecure -I -f http://localhost/api/ping || exit 1

frontend/nginx/conf/saml.conf

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)