Skip to content

Commit

Permalink
chore: switch from nginx-unprivileged to nginx 3 (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl authored Apr 18, 2024
1 parent 396d062 commit 906a8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/frontend/prod/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ LABEL org.opencontainers.image.version=${VERSION}
RUN chown -R ${user}:${group} /usr/share/nginx/html && \
chmod -R 777 /usr/share/nginx/html && \
chown -R ${user}:${group} /var/log/nginx && \
chown -R ${user}:${group} /etc/nginx/conf.d && \
chown -R ${user}:${group} /etc/nginx/conf.d

HEALTHCHECK --interval=30s --timeout=30s --start-period=10s --retries=3 \
CMD wget -nv -t1 --spider 'http://127.0.0.1:3000/#/login' || exit 1
Expand Down

0 comments on commit 906a8e9

Please sign in to comment.