Rename html template

This commit is contained in:
Valentin Brandl
2019-07-28 21:51:17 +02:00
parent c53146f286
commit 05c0a5b7eb
3 changed files with 18 additions and 2 deletions

View File

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