correction

This commit is contained in:
2025-11-27 10:03:44 +01:00
parent 37f1a7a53d
commit 9f9a63af4f

View File

@@ -16,7 +16,7 @@ docker network create pgsql_net
```
```shell
docker build -t iut/pgsql:2025-13 \ -f postgresql.Dockerfile .
docker build -t iut/pgsql:2025-13 -f postgresql.Dockerfile .
```
```shell