File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -141,11 +141,11 @@ In this mode the Manik-Plugin will detect updates of the Web Frontend and update
141141
142142To 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
147147The 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 )
Original file line number Diff line number Diff line change 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 =" ./" />
You can’t perform that action at this time.
0 commit comments