Go to file
Kienan Stewart 3b61298fc2 Add build context 2022-09-18 20:52:18 -04:00
data Initial commit 2021-09-22 17:39:24 -04:00
.gitignore Initial commit 2021-09-22 17:39:24 -04:00
Containerfile Use upstream nodejs instead of version for Debian sid 2022-07-03 09:29:22 -04:00
README.md Fix build command in readme 2021-09-26 09:51:10 -04:00
container-compose.yml Add build context 2022-09-18 20:52:18 -04:00

README.md

Building

podman build -t foundry .

First run:

podman run --name foundry -v $(pwd)/data:/var/lib/foundry/data:Z,U -dt -p 30000:30000 foundry