Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javiermanzano committed Oct 23, 2020
1 parent 6e6c589 commit af9e371
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 @@ -9,7 +9,7 @@ LABEL "com.github.actions.color"="blue"

# Copy the package.json and package-lock.json
COPY package*.json ./
COPY npm install -g npm@7.0.3
RUN npm install -g npm@7.0.3

# Install dependencies
RUN apt-get update
Expand Down

0 comments on commit af9e371

Please sign in to comment.