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 ## Execution
start the docker container start the docker container
```sh
```sh
cd dockerize && ./buildImageAndStart.sh -e cd dockerize && ./buildImageAndStart.sh -e
``` ```
debug the docker container (read [### DEBUG] for details) debug the docker container (read [### DEBUG] for details)
```sh ```sh
cd dockerize && ./buildImageAndStart.sh -d cd dockerize && ./buildImageAndStart.sh -d
``` ```
to compile and push to harbor registry with a custom container.ini file: to compile and push to harbor registry with a custom container.ini file:
```sh ```sh
cd dockerize && ./buildImageAndStart.sh -r -m -l -c "./docker/container-XXX.ini" cd dockerize && ./buildImageAndStart.sh -r -m -l -c "./docker/container-XXX.ini"
``` ```