Optimizing elm build

This commit is contained in:
Valentin Brandl
2019-07-28 15:37:30 +02:00
parent f3f2fab2a6
commit 0828e7fd9e
3 changed files with 1 additions and 42 deletions

View File

@ -6,7 +6,7 @@ COPY ./frontend/elm.json ./elm.json
COPY ./frontend/src ./src
COPY ./frontend/tests ./tests
RUN elm make src/Main.elm
RUN elm make --optimize src/Main.elm
FROM ekidd/rust-musl-builder:stable as backend