Update Dockerfile

This commit is contained in:
2025-12-25 10:32:56 +00:00
parent 0f0d7b7ed6
commit 51db445c20

View File

@@ -12,7 +12,7 @@ FROM nginx:alpine
RUN rm -rf /usr/share/nginx/html/* RUN rm -rf /usr/share/nginx/html/*
COPY --from=builder /app/dist /usr/share/nginx/html COPY --from=builder /app/.next /usr/share/nginx/html
RUN rm /etc/nginx/conf.d/default.conf RUN rm /etc/nginx/conf.d/default.conf
RUN echo 'server { \ RUN echo 'server { \