Fixed syntax

This commit is contained in:
Luca Frosini 2024-11-20 16:12:36 +01:00
parent f1652c652d
commit a06881aea8
1 changed files with 3 additions and 1 deletions

View File

@ -3,17 +3,19 @@
## Execution
start the docker container
```sh
```sh
cd dockerize && ./buildImageAndStart.sh -e
```
debug the docker container (read [### DEBUG] for details)
```sh
cd dockerize && ./buildImageAndStart.sh -d
```
to compile and push to harbor registry with a custom container.ini file:
```sh
cd dockerize && ./buildImageAndStart.sh -r -m -l -c "./docker/container-XXX.ini"
```