Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile/Dockerfile: fix nonroot user usage
When using distroless tag `nonroot` we don't need to use the USER directive in the Dockerfile. Plus, nonroot can't write to /app or anywhere else so we should prefix the db path with nonroot's home as well in order to avoid a sketchy permission denied. Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
- Loading branch information