mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
Fix docker build instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user