1
0
Fork 0
mirror of synced 2024-06-14 08:25:21 +12:00

Merge pull request #884 from adamwolf/dev-docs

This commit is contained in:
Nick Sweeting 2021-10-28 09:58:35 -07:00 committed by GitHub
commit c20c3be02e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -898,7 +898,9 @@ archivebox --version
# if you edit e.g. ./archivebox/core/models.py on the docker host, runserver
# inside the container will reload and pick up your changes
docker build . -t archivebox
docker run -it archivebox init --setup
docker run -it \
-v $PWD/data:/data \
archivebox init --setup
docker run -it -p 8000:8000 \
-v $PWD/data:/data \
-v $PWD/archivebox:/app/archivebox \