Fix bad url for Dockerfile

This commit is contained in:
Knah Tsaeb 2024-09-03 14:40:23 +02:00
parent 8c115553b4
commit ff88c5c2b0

View file

@ -34,7 +34,7 @@ For the moment I don't provide any image in any hub.
Image use Image use
```shell ```shell
wget https://forge.leslibres.org/Knah-Tsaeb/NanoGal/src/branch/main/Dockerfile wget https://forge.leslibres.org/Knah-Tsaeb/NanoGal/raw/branch/main/Dockerfile
docker buildx build --no-cache -t nanogal:0.1.0 . docker buildx build --no-cache -t nanogal:0.1.0 .
``` ```