You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*Clone this project```git clone [email protected]:mendix/docker-mendix-buildpack.git```
10
+
*Go to project folder```cd docker-mendix-buildpack```
11
+
*Download an example app```make get-sample```
12
+
*Start a database container```make create-database```
13
+
*Build the image```make build-image```
14
14
* List the database container: ```docker ps```
15
15
* Find the database container name in the ```NAMES``` column
16
16
* Check the IP of the database executing ```docker inspect DATABASE_CONTAINTER_NAME | grep IP```
@@ -34,6 +34,17 @@ Because internally the image uses [CF Mendix Buildpack](https://github.com/mendi
34
34
35
35
> In future releases we will support more features like the configuration of constants or the Java heap size. Please check the [CF Buildpack](https://github.com/mendix/cf-mendix-buildpack)
36
36
37
+
## Installation
38
+
39
+
In order to provide other Mendix app to the image, you must change the location of the app's source code (it must contain a file with *.mpr* extension) in the ```Makefile``` as follow:
0 commit comments