Add dockerfile
This commit is contained in:
parent
90059116ad
commit
0882815958
9
frontend/Dockerfile
Normal file
9
frontend/Dockerfile
Normal file
@ -0,0 +1,9 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user