yagcdn/frontend/Dockerfile

10 lines
143 B
Docker
Raw Normal View History

2019-07-27 20:07:51 +02:00
FROM node:alpine
RUN npm install -g elm elm-test
COPY ./elm.json ./elm.json
COPY ./src ./src
COPY ./tests ./tests
RUN elm make src/Main.elm