fix(build): 🚑 Fix serve running on wrong path

This commit is contained in:
Jesse Wierzbinski 2024-04-21 22:10:14 -10:00
parent 1847ef1217
commit 7b3b26c9ad
No known key found for this signature in database

View file

@ -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"]