Skip to content

Commit

Permalink
Run the webpack build in the docker image too
Browse files Browse the repository at this point in the history
  • Loading branch information
parisk committed Mar 7, 2018
1 parent 1f113b1 commit 31ce5c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 31ce5c1

Please sign in to comment.