Skip to content

Commit

Permalink
Endret storybook dockerfile-basisversjon
Browse files Browse the repository at this point in the history
Alpine-versjonen har færre kritiske sårbarheter
  • Loading branch information
Oddsor committed Jan 30, 2025
1 parent 8dafb53 commit 66d39b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StorybookDockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginxinc/nginx-unprivileged:latest
FROM nginxinc/nginx-unprivileged:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY ./storybook-static /usr/share/nginx/html
COPY ./storybook-static /usr/share/nginx/html

0 comments on commit 66d39b9

Please sign in to comment.