Go to file
Kienan Stewart a89cb73ab3 Use upstream nodejs instead of version for Debian sid
sid is a moving target, and a rebuild will frequently change.

For example, as of 2022-07, nodejs in sid is 16.x and is built on a
different libc. This causes apt to be unable to install it.
2022-07-03 09:29:22 -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

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