Skip to content

Commit

Permalink
fix(build): 🚑 Fix serve running on wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
CPlusPatch committed Apr 22, 2024
1 parent 1847ef1 commit 7b3b26c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ LABEL org.opencontainers.image.licenses "AGPL-3.0"
LABEL org.opencontainers.image.title "Lysand-FE"
LABEL org.opencontainers.image.description "Frontend for the Lysand Project"

WORKDIR /app/server
CMD ["bunx", "serve", "public"]
WORKDIR /app
CMD ["bunx", "serve", "public", "--no-compression"]

0 comments on commit 7b3b26c

Please sign in to comment.