Skip to content

Commit

Permalink
fix(frontend): update deps in container image
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Aug 14, 2024
1 parent 9beef5d commit 8f6c3fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ RUN pnpm build --environment=production

FROM nginx:alpine

RUN apk update --no-cache && \
apk upgrade --no-cache && \
apk add shadow --no-cache && \
rm -rf /var/cache/apk/*

EXPOSE 80

COPY 99-configure-oidc.sh /docker-entrypoint.d/
Expand Down

0 comments on commit 8f6c3fe

Please sign in to comment.