diff --git a/Dockerfile b/Dockerfile index 66f7d87..52917ab 100755 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,6 @@ # RUN npm install # COPY . . # RUN npm run build - # FROM nginx:stable-alpine as production-stage # COPY --from=build-stage /app/dist /usr/share/nginx/html # COPY --from=build-stage /app/nginx.conf /etc/nginx/nginx.conf