Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
test: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Aug 28, 2023
1 parent b6d3c70 commit 2b8ba79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ app:
~needs: [build-app]
imagePackage: app
containerPort: 8080
image: ghcr.io/socialgouv/docker/nginx:feat-nginx-kube-zero-downtime
livenessProbe:
httpGet:
path: /live
Expand Down
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RUN if [ -z "$PRODUCTION" ]; then \
RUN yarn fetch-tools production && yarn cache clean

# Production image, copy all the files and run next
FROM ghcr.io/socialgouv/docker/nginx:sha-1d70757 AS runner
# FROM ghcr.io/socialgouv/docker/nginx:sha-1d70757 AS runner
FROM ghcr.io/socialgouv/docker/nginx:feat-nginx-kube-zero-downtime AS runner

COPY --from=builder /app/out /usr/share/nginx/html

Expand Down

0 comments on commit 2b8ba79

Please sign in to comment.