Remove minify

This commit is contained in:
Lily Rose 2025-07-17 20:04:39 +10:00
parent c14b909a8c
commit e9af37edf7

View file

@ -17,7 +17,7 @@ RUN cd /build/server && gleam deps download
# Compile the client code and output to server's static directory
RUN cd /build/client \
&& gleam add --dev lustre_dev_tools \
&& gleam run -m lustre/dev build app --minify --outdir=/build/server/priv/static
&& gleam run -m lustre/dev build app --outdir=/build/server/priv/static
# Compile the server code
RUN cd /build/server \