mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-09-03 03:13:12 +02:00
Set /app permissions in the Dockerfile
Add a note in readme to be careful of permissions with --reload
This commit is contained in:
@@ -913,6 +913,7 @@ docker run -it -p 8000:8000 \
|
||||
archivebox server 0.0.0.0:8000 --debug --reload
|
||||
|
||||
# (remove the --reload flag and add the --nothreading flag when profiling with the django debug toolbar)
|
||||
# When using --reload, make sure any files you create can be read by the user in the Docker container, eg with 'chmod a+rX'.
|
||||
```
|
||||
|
||||
</details>
|
||||
|
Reference in New Issue
Block a user