Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #2 from coverbeck/feature/commons
Browse files Browse the repository at this point in the history
Fix Dockerfile errors
  • Loading branch information
Walter Shands authored Mar 20, 2018
2 parents d0b8435 + e7447d9 commit 7bc73a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ COPY . /usr/src/app/
RUN npm install
RUN npm -g install grunt-cli
RUN npm -g install [email protected]
WORKDIR /usr/src/app/spa
RUN npm install
WORKDIR /usr/src/app
RUN grunt build
RUN rm boardwalk.zip
RUN rm -rf spa/node_modules
Expand Down

0 comments on commit 7bc73a7

Please sign in to comment.