Skip to content

Commit

Permalink
Updated Dockerfile and script for NPM publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
KyrylR committed Jul 12, 2024
1 parent ff938ec commit b0a5395
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ COPY scripts ./scripts

RUN npm install

ENTRYPOINT ["npm", "run", "deploy-hardhat"]
ENTRYPOINT ["npm", "run"]
2 changes: 1 addition & 1 deletion scripts/publish.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/bash

PUBLIC=false

Expand Down

0 comments on commit b0a5395

Please sign in to comment.