diff --git a/Dockerfile b/Dockerfile index fefd038e..5b22beb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ WORKDIR /app RUN npm install -g serve # Copy built files -COPY --from=builder /app/dist . +COPY --from=builder /app/build . EXPOSE 3000 CMD ["serve", "-s", ".", "-l", "3000"]