From 2b62b1adc03c107ba9aec06765d08e32b5f0b18e Mon Sep 17 00:00:00 2001 From: Ryan Tharp Date: Fri, 29 May 2020 15:05:33 -0700 Subject: [PATCH] copy views and public --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index c0aafd7..89f1fff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,8 @@ COPY dialects/ dialects/ COPY logic/ logic/ COPY models/ models/ COPY test/ test/ +COPY views/ views/ +COPY public/ public/ # set up nodepomf COPY nodepomf/ nodepomf/