1
0
Fork 0

Fix docker build instructions

As the Dockerfile was moved we need to update the path
This commit is contained in:
Marijn Koesen 2023-05-01 18:09:21 +02:00 committed by GitHub
parent 2ae26bfa7e
commit 2ceffaca52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ then run:
Build
```
docker build -t gpt4free:latest -f Docker/Dockerfile .
docker build -t gpt4free:latest .
```
Run