We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
End result should mount ./cms-data from the outside, and support the OCI container spec (Docker/Podman) https://discord.com/channels/749314018837135390/1240828670986162247/1247725710408421387
./cms-data
The text was updated successfully, but these errors were encountered:
add functional containerfile for #13
fbac368
This is based off alpine, the resulting image is 23.7MB.
Example basic usage
cp default.env .env podman build -t rts-cms . podman run --rm -d -v ~/git/rts-cms/:/app/cms-data/ -p 8080:8080 rts-cms
I cannot confirm the webserver is reachable on my mac for some reason
Sorry, something went wrong.
I tested this on RHEL and it works, so this can be merged
No branches or pull requests
End result should mount
./cms-data
from the outside, and support the OCI container spec (Docker/Podman)https://discord.com/channels/749314018837135390/1240828670986162247/1247725710408421387
The text was updated successfully, but these errors were encountered: