Skip to content

Commit

Permalink
Make a+w for package-lock.json in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei-Stepanov committed Dec 1, 2022
1 parent b643df1 commit 7911bf5
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 @@ -8,6 +8,7 @@ WORKDIR $BUILDDIR
COPY "src" "./src/"
COPY "public" "./public/"
COPY "package.json" "package-lock.json" "tsconfig.json" "."
RUN chmod a+w "package-lock.json"
RUN echo "Use location: $NPMLOCATION"
COPY ".npmrcs/$NPMLOCATION" ".npmrc"
RUN ["bash","-c", "--", "npm install"]
Expand Down

0 comments on commit 7911bf5

Please sign in to comment.