Copy assets

This commit is contained in:
Valentin Brandl 2019-07-29 21:18:00 +02:00
parent 5b65690dbc
commit f7f88532af
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D

View File

@ -6,6 +6,7 @@ RUN apk add -U --upgrade --no-cache gettext
RUN yarn global add elm uglify-js
COPY ./frontend/build.sh ./build.sh
COPY ./frontend/assets ./assets
COPY ./frontend/template.html ./template.html
COPY ./frontend/elm.json ./elm.json
COPY ./frontend/src ./src