Fix docker build instructions
As the Dockerfile was moved we need to update the path
This commit is contained in:
parent
2ae26bfa7e
commit
2ceffaca52
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ then run:
|
||||||
Build
|
Build
|
||||||
|
|
||||||
```
|
```
|
||||||
docker build -t gpt4free:latest -f Docker/Dockerfile .
|
docker build -t gpt4free:latest .
|
||||||
```
|
```
|
||||||
|
|
||||||
Run
|
Run
|
||||||
|
|
Loading…
Reference in a new issue