Commit a913455b authored by pk910's avatar pk910 Committed by GitHub

fix: use writable path for assertoor db (#877)

The root folder `/` is not writable when running as non-root user, so we
move the db to the /app folder
parent 02323a3b
......@@ -26,7 +26,7 @@ web:
database:
engine: "sqlite"
sqlite:
file: "/assertoor-database.sqlite"
file: "/app/assertoor-database.sqlite"
validatorNames:
inventoryYaml: "/validator-ranges/validator-ranges.yaml"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment