This commit is contained in:
Valentin Brandl
2019-07-27 20:10:05 +02:00
parent 0882815958
commit a410c88d7d

View File

@ -1,6 +1,6 @@
FROM node:alpine
RUN npm install -g elm elm-test
RUN yarn global add elm elm-test
COPY ./elm.json ./elm.json
COPY ./src ./src