Run the webpack build in the docker image too

This commit is contained in:
Paris Kasidiaris
2018-03-07 12:38:29 +02:00
parent 1f113b1d29
commit 31ce5c1826
+1 -1
View File
@@ -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 test
RUN npm run build && npm run webpack && npm run test