From 228fbb982ce50424e7b1fdd0b31c748e7efdbe7b Mon Sep 17 00:00:00 2001 From: Ian Minoso Date: Tue, 25 Oct 2016 15:36:21 -0400 Subject: [PATCH] Add only components --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7979a3177..650fa52b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -77,7 +77,7 @@ RUN npm install RUN npm link typescript # Add static files -ADD static/js/directives static/dist +ADD static/js/directives/components static/dist/components # Run Webpack RUN npm run build