diff --git a/Dockerfile b/Dockerfile index 3a3e970..6199e72 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ FROM nginx:alpine WORKDIR /usr/share/nginx/html -COPY --from=prod /app/dist . +COPY --from=build /app/dist . EXPOSE 80