diff --git a/Dockerfile b/Dockerfile index c3b338d..b5c8f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \