Skip to content

Commit

Permalink
ci: trigger frontend and backend builds (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jan 8, 2024
1 parent d6640be commit d52d1f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### Builder
FROM ghcr.io/graalvm/native-image:ol8-java17-22 AS build
FROM ghcr.io/graalvm/native-image:ol8-java17-22.3.3 AS build

# Copy
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN apk add --no-cache ca-certificates && \
# User, port and healthcheck
USER 1001
EXPOSE 3000
HEALTHCHECK --interval=30s --timeout=3s CMD curl -f http://localhost/:3000
HEALTHCHECK CMD curl -f http://localhost/:3000

0 comments on commit d52d1f6

Please sign in to comment.