Local docs

This commit is contained in:
Darren Nathanael 2023-11-18 09:29:02 -05:00 committed by GitHub
parent 370666b208
commit e3b64e1dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -21,6 +21,21 @@ $ docker run --rm -p 12345:12345 \
darrenofficial/dpaste:latest
```
## dpaste with Docker local
Clone the repo, then run
```bash
docker build -t dpaste:local .
```
Then you can run it by doing:
```bash
docker run -p 8000:8000 dpaste:local
```
## Integration into an existing Django project
---