diff --git a/Dockerfile b/Dockerfile index 28d80c3..1407f1a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,6 @@ RUN npm ci COPY . ./ RUN npm run build -FROM nginx +FROM nginx:alpine COPY --from=build /app/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf