Skip to content

Commit c84f190

Browse files
committed
docu
1 parent 0253eeb commit c84f190

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,11 @@ In this mode the Manik-Plugin will detect updates of the Web Frontend and update
141141

142142
To run the application on the Open Liberty Application Server with Docker run:
143143

144-
$ mvn clean install -Pdocker-build-openliberty
145-
$ docker-compose -f docker-compose-openliberty.yml up
144+
$ mvn clean install -Pdocker-openliberty
145+
$ docker-compose -f docker-compose-openliberty.yaml up
146146

147147
The application running on OpenLiberty is available from:
148148

149149
http://localhost:9080/
150150

151-
You can find the configuration details of open liberty server in /src/docker/configuration/openliberty/
151+
You can find the configuration details in the server section [OpenLiberty](/docker/configuration/openliberty/README.md)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
<exec executable="docker">
235235
<arg value="build" />
236236
<arg value="-f" />
237-
<arg value="Dockerfile-OpenLiberty" />
237+
<arg value="Dockerfile-openliberty" />
238238
<arg value="-t" />
239239
<arg value="imixs/imixs-process-manager" />
240240
<arg value="./" />

0 commit comments

Comments
 (0)