diff --git a/Dockerfile b/Dockerfile index 13cd81b..854f2af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN npm install COPY . . RUN npm run build -FROM nginx +FROM nginx:1-bullseye EXPOSE 80 COPY --from=builder /app/build /usr/share/nginx/html