diff --git a/Dockerfile b/Dockerfile index 28d80c3..29536af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,3 @@ RUN npm run build FROM nginx COPY --from=build /app/dist /usr/share/nginx/html -COPY nginx.conf /etc/nginx/conf.d/default.conf