If you are self-hosting, you have to make substantial changes to get the Docker container to run correctly if you do not want it to run insecurely.
OWASP Docker cheatsheet
There are a number of changes that could be made relatively easily to the current Dockerfile and docker compose file, to ensure that the app does not run as root in the Docker container, and things like that. This would help to make OpenCarwings less vulnerable and would be greatly appreciated by those who decide to self-host.
If you are self-hosting, you have to make substantial changes to get the Docker container to run correctly if you do not want it to run insecurely.
OWASP Docker cheatsheet
There are a number of changes that could be made relatively easily to the current Dockerfile and docker compose file, to ensure that the app does not run as root in the Docker container, and things like that. This would help to make OpenCarwings less vulnerable and would be greatly appreciated by those who decide to self-host.