Skip to content

Commit

Permalink
Also install peer deps into Docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
HowlingEverett committed Jun 18, 2020
1 parent b9d6cd4 commit fa6e645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ WORKDIR /usr/local/src

COPY package.json /usr/local/src
RUN npm install
RUN npm install react@^15.6.2 react-dom@^15.6.2 hero-ui@^5.8.10

COPY . /usr/local/src

0 comments on commit fa6e645

Please sign in to comment.