From 69115df7baefc644538890786b4cab1400917552 Mon Sep 17 00:00:00 2001 From: Paul Baecher Date: Mon, 26 Feb 2018 14:58:44 +0100 Subject: [PATCH] Fix docker build --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52c065d..74701af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN apk update && \ apk add ca-certificates COPY bin/laika / -COPY dashboard/public /public/ +COPY dashboard/public /dashboard/public/ ENTRYPOINT ["/laika"] CMD ["run"]