diff --git a/Dockerfile b/Dockerfile index 0664425..702c457 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ FROM nginx:alpine AS production RUN rm -f /etc/nginx/conf.d/default.conf # Copy built files from builder stage -COPY --from=builder /app/dist /usr/share/nginx/html +COPY --from=builder /app/dist/client /usr/share/nginx/html # Copy nginx configuration COPY nginx.conf /etc/nginx/conf.d/default.conf