Skip to content

Commit

Permalink
Remove sw npm script because there is none after upgrade to ng-cli 1.…
Browse files Browse the repository at this point in the history
…3.x (#78)
  • Loading branch information
Nir Galon committed Aug 22, 2017
1 parent 2b4d25f commit 3970b48
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions client/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ RUN npm install

# Bundle app source
COPY . /usr/src/app
RUN npm run build -- --prod
RUN npm run sw
RUN npm run build

EXPOSE 4200
CMD ["nginx", "-g", "daemon off;"]

0 comments on commit 3970b48

Please sign in to comment.