-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Container support #103
Comments
@inknos feel free to raise a PR for the same if you wish. |
ok I could try working on that |
hey, while working on this I was looking at which versions of node/bundle should be required to run this project. could you provide some information on which versions should be supported? |
Node 18+ should be fine. If this is a problem, we can have 20+. |
The container works, see #104. Can be tested after cloning with: $ podman build --tag photography . $ podman run --rm --name photography-test --network host -v $(pwd)/images:/app/images:Z -v $(pwd)/_config.yml:/app/_config.yml:Z photography:latest However I still have issues using |
Hey, would you be interested in providing a Container file for your repository?
The text was updated successfully, but these errors were encountered: