yagcdn/frontend/Dockerfile

10 lines
144 B
Docker
Raw Normal View History

2019-07-27 20:07:51 +02:00
FROM node:alpine
2019-07-27 20:10:05 +02:00
RUN yarn global add elm elm-test
2019-07-27 20:07:51 +02:00
COPY ./elm.json ./elm.json
COPY ./src ./src
COPY ./tests ./tests
RUN elm make src/Main.elm