Add precompression step to frontend

This commit is contained in:
2024-12-22 01:43:36 -06:00
parent 101ffe3172
commit d7d3b83007
3 changed files with 21 additions and 48 deletions

View File

@@ -35,6 +35,7 @@ COPY ./frontend/ ./
RUN npm install pnpm -g
RUN pnpm install
RUN pnpm build
RUN ./compress.sh
# Run the server application
FROM alpine:latest