Skip to content

Commit

Permalink
Vite uses dist instead of build
Browse files Browse the repository at this point in the history
  • Loading branch information
derneuere authored Jan 31, 2024
1 parent 87992dd commit 4f86486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ FROM halverneus/static-file-server
ENV PORT 3000
EXPOSE 3000

COPY --from=builder /usr/src/app/build /web
COPY --from=builder /usr/src/app/dist /web

ENTRYPOINT ["/serve"]
CMD []

0 comments on commit 4f86486

Please sign in to comment.