yagcdn/frontend/Dockerfile
Valentin Brandl a410c88d7d
Use yarn
2019-07-27 20:10:05 +02:00

10 lines
144 B
Docker

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