We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d45279 commit 0b4434aCopy full SHA for 0b4434a
README.md
@@ -155,7 +155,8 @@ bash scripts/install_docker.sh
155
```
156
4. Build the Dockerfile:
157
```bash
158
-docker build -t avatarify
+cd avatarify
159
+docker build -t avatarify .
160
161
## Setup avatars
162
Avatarify comes with a standard set of avatars of famous people, but you can extend this set simply copying your avatars into `avatars` folder.
0 commit comments