This commit is contained in:
Valentin Brandl 2019-07-27 20:10:05 +02:00
parent 0882815958
commit a410c88d7d
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

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