Skip to content

Commit

Permalink
Copy the package file
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhenderson authored Mar 8, 2019
1 parent 6c368ab commit 3d9f1bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ LABEL "com.github.actions.color"="blue"
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

COPY package.json package.json

RUN apk add --no-cache --virtual .gyp python make g++ \
&& npm install \
&& apk del .gyp
Expand Down

0 comments on commit 3d9f1bd

Please sign in to comment.