From 84ea522db98cd8e34e13a4ec7a57afa1e3c9626b Mon Sep 17 00:00:00 2001
From: Janne Koschinski <janne@kuschku.de>
Date: Thu, 24 May 2018 12:52:21 +0200
Subject: [PATCH] Attempt at fixing missing templates

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index d00c645..bdfa161 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -16,6 +16,7 @@ COPY assets /app/assets
 RUN npm run build
 
 FROM alpine
+WORKDIR /
 COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
 COPY --from=builder /go/src/app/app /app
 COPY templates /templates
-- 
GitLab