FlyingFrares / taskflaw

Building a DevSecOps Pipeline for Securing Software
0 stars 0 forks source link

attempt to write a readonly database #1

Open FlyingFrares opened 6 days ago

FlyingFrares commented 6 days ago

When using a non-privileged user, as suggested in https://docs.docker.com/go/dockerfile-user-best-practices/.

This issue is most likely related to SQLite interaction.

FlyingFrares commented 5 days ago

I have attempted to create a non-root user and grant permissions to access the folder, as well as make the app folder writable for db.sqlite3 and ensure the file itself is writable, but without success.