Build foundry locally

Former-commit-id: 6735a0d378
This commit is contained in:
2023-03-09 17:06:07 -07:00
parent 139626ef8e
commit 8d3bca602a
6 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
# Add-on pod to include foundry tooling within a fixturenet
services:
foundry:
image: ghcr.io/foundry-rs/foundry:latest
image: cerc/foundry:local
command: ["while :; do sleep 600; done"]