From 03cc307e969463de07762efd65315cfdf71bb430 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 8 Oct 2016 12:36:40 -0400 Subject: [PATCH] Added webpack command in dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 812d33bc..b3ec4dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,5 +33,7 @@ WORKDIR /webodm RUN npm install -g webpack RUN npm install +RUN webpack + # Make sure all scripts are executable RUN chmod +x *.sh