This commit is contained in:
2025-11-27 09:45:43 +01:00
parent 6611eba536
commit 37f1a7a53d
3 changed files with 33 additions and 40 deletions

View File

@@ -16,9 +16,7 @@ docker network create pgsql_net
```
```shell
docker build -t iut/pgsql:2025-13 \
--progress=plain \
-f postgresql.Dockerfile . &> postgresql.log
docker build -t iut/pgsql:2025-13 \ -f postgresql.Dockerfile .
```
```shell