Skip to content

Commit

Permalink
Fix docker build instructions
Browse files Browse the repository at this point in the history
As the Dockerfile was moved we need to update the path
  • Loading branch information
MarijnKoesen committed May 1, 2023
1 parent 2ae26bf commit 2ceffac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -119,7 +119,7 @@ then run:
Build

```
docker build -t gpt4free:latest -f Docker/Dockerfile .
docker build -t gpt4free:latest .
```

Run
Expand Down

0 comments on commit 2ceffac

Please sign in to comment.