Skip to content

Commit

Permalink
chore(deps): update linters (major) (#1258)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <renovate@whitesourcesoftware.com>
Co-authored-by: Derek Roberts <derek.roberts@gmail.com>
  • Loading branch information
3 people authored Jul 25, 2023
1 parent 2ce4502 commit 9a96091
Show file tree
Hide file tree
Showing 6 changed files with 790 additions and 211 deletions.
3 changes: 2 additions & 1 deletion backend/db/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ USER app
# Copy migrations
COPY ./migrations /flyway/sql

# Startup
# Startup and health check
CMD ["info","migrate","info"]
HEALTHCHECK --interval=300s --timeout=30s CMD info
Loading

0 comments on commit 9a96091

Please sign in to comment.