diff --git a/Dockerfile b/Dockerfile index 5a1c0e5..24f87d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ RUN npm run build-ntc FROM nginx:stable-alpine as production-stage # Copy built assets from build-stage -COPY --from=build-stage /usr/src/app/dist /usr/share/nginx/html +COPY --from=build-stage /usr/src/app/dist /var/www/html # Expose port 80 EXPOSE 80