Build foundry locally

This commit is contained in:
2023-03-09 17:06:07 -07:00
parent 01c1230cd1
commit 6735a0d378
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"]