Remove minify
This commit is contained in:
parent
c14b909a8c
commit
e9af37edf7
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ RUN cd /build/server && gleam deps download
|
||||||
# Compile the client code and output to server's static directory
|
# Compile the client code and output to server's static directory
|
||||||
RUN cd /build/client \
|
RUN cd /build/client \
|
||||||
&& gleam add --dev lustre_dev_tools \
|
&& 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
|
# Compile the server code
|
||||||
RUN cd /build/server \
|
RUN cd /build/server \
|
||||||
|
|
Loading…
Reference in a new issue