Optimizing elm build
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user