Skip to content
This repository has been archived by the owner on Aug 21, 2021. It is now read-only.

Commit

Permalink
also load node_modules from inside docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonk000 committed Mar 13, 2019
1 parent af4f73f commit 494e8b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

FROM node:8-alpine as nodebuilder

RUN apk add --update git

COPY . src/
WORKDIR /src
RUN npm install
Expand Down

0 comments on commit 494e8b8

Please sign in to comment.