Skip to content

Commit 7754a03

Browse files
committed
feat: enhance two-factor authentication UI and improve user experience
Signed-off-by: Manuel Abascal <mjabascal10@gmail.com>
1 parent ca9e11c commit 7754a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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/*.conf /etc/nginx/conf.d/
5+
COPY ./nginx/conf/ /etc/nginx/conf.d/
66

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

0 commit comments

Comments
 (0)