You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by da...@apache.org on 2023/03/04 15:10:21 UTC

[ofbiz-framework] branch experimental-docker updated: Fixed: Don't alter database connection after loading demo data (OFBIZ-12757)

This is an automated email from the ASF dual-hosted git repository.

danwatford pushed a commit to branch experimental-docker
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/experimental-docker by this push:
     new 825c006cff Fixed: Don't alter database connection after loading demo data (OFBIZ-12757)
825c006cff is described below

commit 825c006cff090de5aef42d08ffab7042a227a3df
Author: Daniel Watford <da...@watfordconsulting.com>
AuthorDate: Sat Mar 4 15:09:26 2023 +0000

    Fixed: Don't alter database connection after loading demo data (OFBIZ-12757)
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index ce03f968c8..c9200c1b83 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -71,6 +71,7 @@ RUN /ofbiz/bin/ofbiz --load-data
 RUN mkdir --parents /ofbiz/runtime/container_state
 RUN touch /ofbiz/runtime/container_state/data_loaded
 RUN touch /ofbiz/runtime/container_state/admin_loaded
+RUN touch /ofbiz/runtime/container_state/db_config_applied
 
 VOLUME ["/docker-entrypoint-hooks"]
 VOLUME ["/ofbiz/config", "/ofbiz/runtime", "/ofbiz/lib-extra"]