1
0
Fork 0

Merge pull request #350 from MarijnKoesen/MarijnKoesen-fix-docker-build-instructions

Fix docker build instructions
This commit is contained in:
t.me/xtekky 2023-05-01 18:21:16 +01:00 committed by GitHub
commit 68db811b1a
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