Skip to content

Commit

Permalink
ci: test merge (#1632)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Nov 21, 2023
1 parent ce00695 commit b415fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
autoscaling: false
tag: ${{ github.event.number }}
release: ${{ github.event.number }}
triggers: ('backend/' 'frontend/' 'migrations/' 'charts/')
triggers: ('backend/' 'frontend/' 'migrations/' 'charts/' '.github/workflows/')
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 CMD curl -f http://localhost/:3001/health
HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3001/health
USER 1001

0 comments on commit b415fcd

Please sign in to comment.