Skip to content

Commit

Permalink
Merge pull request #1198 from JoinColony/dependabot/npm_and_yarn/foll…
Browse files Browse the repository at this point in the history
…ow-redirects-1.15.4

Bump follow-redirects from 1.15.2 to 1.15.4
  • Loading branch information
area authored Jan 11, 2024
2 parents 6ebeea0 + fb2e8df commit 24468c6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions packages/metatransaction-broadcaster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ COPY ./packages ./packages
COPY ./package.json ./
COPY ./package-lock.json ./
COPY ./build ./build
RUN git config --global url."https://".insteadOf "ssh://git@"
RUN npm ci
RUN cd ./packages/metatransaction-broadcaster/ && npm i
RUN cd ./packages/package-utils/ && npm i
Expand Down
3 changes: 2 additions & 1 deletion packages/reputation-miner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ COPY ./packages ./packages
COPY ./package.json ./
COPY ./package-lock.json ./
COPY ./build ./build
RUN git config --global url."https://".insteadOf "ssh://git@"
RUN npm ci
RUN cd ./packages/reputation-miner/ && npm ci
RUN cd ./packages/package-utils/ && npm ci
RUN cd ./packages/package-utils/ && npm ci
EXPOSE 3000
CMD node $NODE_ARGS packages/reputation-miner/bin/index.js --dbPath $REPUTATION_JSON_PATH --colonyNetworkAddress $COLONYNETWORK_ADDRESS --privateKey $PRIVATE_KEY --syncFrom $SYNC_FROM_BLOCK $ARGS

0 comments on commit 24468c6

Please sign in to comment.