Update docker build option

This commit is contained in:
Knah Tsaeb 2024-08-23 17:07:36 +02:00
parent 01cbfb3c5e
commit 5975325728

View file

@ -35,7 +35,7 @@ Image use
```shell ```shell
wget https://forge.leslibres.org/Knah-Tsaeb/NanoGal/src/branch/main/Dockerfile wget https://forge.leslibres.org/Knah-Tsaeb/NanoGal/src/branch/main/Dockerfile
docker buildx build -t nanogal:0.1.0 . docker buildx build --no-cache -t nanogal:0.1.0 .
``` ```
#### Start container #### Start container