From f7f88532afa9eec26de7855c5d156d071a78b951 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 29 Jul 2019 21:18:00 +0200 Subject: [PATCH] Copy assets --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 182c888..8ed2ce2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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