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

@ -1,9 +0,0 @@
FROM node:alpine
RUN yarn global add elm elm-test
COPY ./elm.json ./elm.json
COPY ./src ./src
COPY ./tests ./tests
RUN elm make src/Main.elm