Skip to content

Commit

Permalink
Merge branch 'feature/#gradle-add-adempiere' of
Browse files Browse the repository at this point in the history
https://github.com/solop-develop/backend into
feature/#gradle-add-adempiere
  • Loading branch information
yamelsenih committed May 6, 2022
1 parent 2a5ca98 commit 1ef65a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-docker/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ ENV \
DB_NAME="adempiere" \
DB_USER="adempiere" \
DB_PASSWORD="adempiere" \
DB_TYPE="PostgreSQL"
DB_TYPE="PostgreSQL" \
ADEMPIERE_APPS_TYPE="wildfly"


EXPOSE ${SERVER_PORT}
Expand Down

0 comments on commit 1ef65a8

Please sign in to comment.