mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
fix(build): 🚑 Fix serve running on wrong path
This commit is contained in:
parent
1847ef1217
commit
7b3b26c9ad
|
|
@ -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"]
|
||||
Loading…
Reference in a new issue