update URLs

This commit is contained in:
Emi Vasilek 2024-10-11 22:21:30 +02:00
parent 7b3aa25c95
commit e35bc3852b
2 changed files with 5 additions and 5 deletions

View file

@ -17,12 +17,12 @@ pip install dist/comfy-recipes-*-py3-none-any.whl
## Building the docker container
```sh
docker build -t codeberg.org/comfy.city/comfy-recipes .
docker buildx build -t git.comfy.city/Emi/comfy-recipes:local .
```
The container can now be ran
```sh
docker run --rm codeberg.org/comfy.city/comfy-recipes
docker run --rm git.comfy.city/Emi/comfy-recipes:local
```
## Building the documentation