diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 3611744..4c4edf5 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -13,7 +13,7 @@ FROM nginx:alpine AS runner WORKDIR /usr/share/nginx/html COPY --from=builder /app/dist . -COPY nginx.conf /etc/nginx/conf.d/default.conf +COPY nginx.conf /etc/nginx/templates/default.conf.template EXPOSE 80 CMD ["nginx", "-g", "daemon off;"] \ No newline at end of file