Skip to content

Commit

Permalink
Merge pull request #1119 from pasanchamikara/master
Browse files Browse the repository at this point in the history
fix-broken-node-bin-links
  • Loading branch information
AkhtarAmir authored Sep 5, 2023
2 parents 7022428 + c3bb96e commit 9675301
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ COPY . /var/scan/cloudsploit/
# Install cloudsploit/scan into the container using npm from NPM
RUN cd /var/scan \
&& npm init --yes \
&& npm install ${PACKAGENAME}
&& npm install ${PACKAGENAME} \
&& npm link /var/scan/cloudsploit

# Setup the container's path so that you can run cloudsploit directly
# in case someone wants to customize it when running the container.
Expand Down

0 comments on commit 9675301

Please sign in to comment.