Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl authored Sep 21, 2023
1 parent f130715 commit d4347c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/owlbot/nodejs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ COPY post-processor-changes.txt /post-processor-changes.txt
RUN find /synthtool -exec chmod a+r {} \;
RUN find /synthtool -type d -exec chmod a+x {} \;

# Install dependencies used for post processing
# Since we're running in a clone of the library, we'll have access to it's package.json
COPY package.json /package.json
RUN npm install --ignore-scripts

ENTRYPOINT [ "/bin/bash" ]
CMD [ "/synthtool/docker/owlbot/nodejs/entrypoint.sh" ]

0 comments on commit d4347c8

Please sign in to comment.