diff --git a/Dockerfile b/Dockerfile index baef9b3..6fd4146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +WORKDIR /app +CMD ["bunx", "serve", "public", "--no-compression"] \ No newline at end of file