Skip to content

Commit

Permalink
fix: rm npmrc (#677)
Browse files Browse the repository at this point in the history
  • Loading branch information
mizy authored Dec 4, 2023
1 parent 1bc9b95 commit 6a6748e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ LABEL stage=nodebuilder
WORKDIR /web
# Copy the current directory contents into the container at /web
COPY package.json /web/
COPY .npmrc /web/

# Install any needed packages
RUN npm cache clear --force
Expand Down

0 comments on commit 6a6748e

Please sign in to comment.