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

Commit

Permalink
fix: upgrade nginx (#355)
Browse files Browse the repository at this point in the history
* Update Dockerfile

* Update and rename .kube-workflow/common/values.yaml to .kube-workflow/values.yaml

* Rename .kube-workflow/env/prod/templates/redirect.yaml to .kube-workflow/prod/templates/redirect.yaml
  • Loading branch information
Julien Bouquillon authored Jun 16, 2022
1 parent 35d8dfa commit 80f31ab
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
app:
enabled: true
containerPort: 3000
containerPort: 8080
ingress:
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
Expand Down
6 changes: 1 addition & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ RUN yarn --production --frozen-lockfile --prefer-offline && yarn cache clean
RUN yarn build
RUN yarn export

FROM ghcr.io/socialgouv/docker/nginx:6.65.0

USER 101

ENV PORT=3000
FROM ghcr.io/socialgouv/docker/nginx:7.0.1

COPY --from=builder --chown=nginx:nginx /out /usr/share/nginx/html

0 comments on commit 80f31ab

Please sign in to comment.