Skip to content

Commit

Permalink
Trigger frontend build
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 21, 2023
1 parent 60041b6 commit d9cd1d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ RUN caddy fmt --overwrite /etc/caddy/Caddyfile

# Ports, health check and non-root user
EXPOSE 3000 3001
HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3001/health
HEALTHCHECK CMD curl -f http://localhost/:3001/health
USER 1001

0 comments on commit d9cd1d6

Please sign in to comment.