Fix bad url for Dockerfile
This commit is contained in:
parent
8c115553b4
commit
ff88c5c2b0
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue