diff options
-rwxr-xr-x | README.md | 2 | ||||
-rwxr-xr-x | pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -34,7 +34,7 @@ mvn clean install Following command builds the JAR file and also generates the Docker image: ```bash -mvn clean install -Pcps-temporal-docker -Ddocker.repository.push= +mvn clean install -Pdocker -Ddocker.repository.push= ``` ## Running via Docker Compose @@ -527,7 +527,7 @@ <profiles> <profile> - <id>cps-temporal-docker</id> + <id>docker</id> <build> <plugins> <plugin> |