From 87f6dbf4a33b96fb8cbb27c2beeb9d5b2fa3c4b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Se=C3=A1n=20C=20McCord?= Date: Wed, 16 May 2018 23:12:55 -0400 Subject: [PATCH] add views, not assets --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 88d6799..530a128 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ FROM ulexus/go-minimal COPY cycore-web /app -COPY assets /assets +COPY views /views