Skip to content

Commit

Permalink
Add entrypoint script
Browse files Browse the repository at this point in the history
  • Loading branch information
hammertoe committed Nov 15, 2023
1 parent 3c712cf commit 7670550
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fendermint.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh

cd /app/fendermint
exec cargo make -e BASE_DIR=/tmp/data/.ipc/${SUBNET_ID} -e SUBNET_ID=${SUBNET_ID} --makefile ./infra/Makefile.toml $@

0 comments on commit 7670550

Please sign in to comment.