diff --git a/materialious/Dockerfile b/materialious/Dockerfile index 552b7d6c..b51b4913 100644 --- a/materialious/Dockerfile +++ b/materialious/Dockerfile @@ -27,7 +27,7 @@ RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/nginx.conf # Copy the built Vite project from the builder stage -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/build /usr/share/nginx/html # Expose the desired port EXPOSE 80