Skip to content

Commit

Permalink
ci: fix docker build (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuajbouw authored Nov 25, 2022
1 parent d9b9111 commit 9a7d38b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ run_task = "build-engine-flow-docker"
[tasks.build-docker]
category = "Build"
script = '''
docker run --volume $PWD:/host -w /host -it nearprotocol/contract-builder:master-b8fc60809b907543d909ee75fcc1bd7b68cbe2fd-amd64 ./scripts/docker-entrypoint.sh ${PROFILE}
docker run --volume $PWD:/host -w /host -i --rm nearprotocol/contract-builder:master-b8fc60809b907543d909ee75fcc1bd7b68cbe2fd-amd64 ./scripts/docker-entrypoint.sh ${PROFILE}
'''

[tasks.test-contracts]
Expand Down

0 comments on commit 9a7d38b

Please sign in to comment.