diff --git a/Dockerfile b/Dockerfile index 457470cf..80847ac7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,2 @@ -FROM nginx:stable-alpine -COPY ./storybook-static /usr/share/nginx/html \ No newline at end of file +FROM nginxinc/nginx-unprivileged:1.20.0-alpine +COPY ./storybook-static /usr/share/nginx/html \ No newline at end of file