diff --git a/Dockerfile b/Dockerfile index 59f3428..2b0aa09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN npm ci --no-audit --no-fund --omit=dev && \ COPY . . RUN npm run build -FROM nginx:alpine AS runtime +FROM nginx:alpine AS basic COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY --from=build /app/dist /usr/share/nginx/html EXPOSE 80 \ No newline at end of file