Skip to content

Commit

Permalink
Merge pull request #110 from RHEcosystemAppEng/hotfix/fix-broken-pipe…
Browse files Browse the repository at this point in the history
…line

fix: replace placeholder with secret token
  • Loading branch information
zvigrinberg authored Mar 11, 2024
2 parents a2d3b5c + eb1a6d5 commit 4560004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-image/Dockerfiles/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ RUN yum install util-linux
# copy the .npmrc file
COPY configs/.npmrc .
# replace placeholder with the actual environment variable
RUN sed -i "s/__PACKAGE_REGISTRY_ACCESS_TOKEN__/${PACKAGE_REGISTRY_ACCESS_TOKEN}/g" ./.npmrc
# install Exhort javascript API
RUN npm install --global @RHEcosystemAppEng/exhort-javascript-api

Expand Down

0 comments on commit 4560004

Please sign in to comment.