From a63779ae7b12d7b8eb4f408d5a182fc784851f31 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Wed, 10 Oct 2018 10:26:32 +0300 Subject: [PATCH] Fix docker image build. Signed-off-by: Oleksandr Andriienko --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e3a262c..1c72e679 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN npm install COPY . /usr/src/app # Run the tests and build, to make sure everything is working nicely -RUN npm run build && npm run webpack && npm run test +RUN npm run build && npm run test