Fix docker build instructions

This commit is contained in:
Will Franklin
2023-08-24 15:41:32 +01:00
parent 28f5677247
commit 2362af1e8c

View File

@@ -11,7 +11,7 @@ docker run -d -p 80:80 -e "TITLE=My own PictShare" -e "URL=http://localhost/" gh
### Building it
```bash
docker build -t pictshare .
docker build -t pictshare -f docker/Dockerfile .
```
### Quick start