From 086cdf873f5fb22f858476a035883a945503bd4a Mon Sep 17 00:00:00 2001 From: Abhinav Gupta Date: Mon, 31 Dec 2018 12:31:52 -0800 Subject: Add minimal styling --- Dockerfile.scratch | 1 + 1 file changed, 1 insertion(+) (limited to 'Dockerfile.scratch') diff --git a/Dockerfile.scratch b/Dockerfile.scratch index f78f304..f6cf130 100644 --- a/Dockerfile.scratch +++ b/Dockerfile.scratch @@ -3,4 +3,5 @@ FROM scratch EXPOSE 8080 ADD sally.yaml / ADD _tmp/sally / +ADD templates /templates ENTRYPOINT ["/sally"] -- cgit v1.2.3