Skip to content

Commit

Permalink
move Dockerfile (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
supertong authored Nov 11, 2024
1 parent a490145 commit ce11452
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
tags: simple-staking:${{ github.sha }}
outputs: type=docker,dest=/tmp/simple-staking-${{ matrix.environment }}.tar
file: ./docker/Dockerfile
build-args: |
NEXT_PUBLIC_MEMPOOL_API=${{ vars.NEXT_PUBLIC_MEMPOOL_API }}
NEXT_PUBLIC_API_URL=${{ vars.NEXT_PUBLIC_API_URL }}
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"format": "prettier --check .",
"format:fix": "prettier --write .",
"clean": "rm -r node_modules",
"build-docker": "docker build -t babylonlabs/simple-staking .",
"build-docker": "docker build -t babylonlabs/simple-staking -f docker/Dockerfile .",
"clean-docker": "docker rmi babylonlabs/simple-staking 2>/dev/null; true",
"prepare": "husky",
"sort-imports": "eslint --fix .",
Expand Down

0 comments on commit ce11452

Please sign in to comment.