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/02/23 12:50:41 UTC

[ofbiz-framework] 01/02: Fixed: Correct typo in docker run example (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

commit db57afc24fa7012466b392b936cf8926191c356c
Author: Daniel Watford <da...@watfordconsulting.com>
AuthorDate: Thu Feb 23 12:48:17 2023 +0000

    Fixed: Correct typo in docker run example (OFBIZ-12757)
---
 DOCKER.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/DOCKER.md b/DOCKER.md
index 2af492dac8..3f0b43f5ec 100644
--- a/DOCKER.md
+++ b/DOCKER.md
@@ -51,7 +51,7 @@ taken to load demo data is becoming noticeable.
 
 To build a container image pre-loaded with demo data, run:
 ```shell script
-DOCKER_BUILDKIT=1 docker build --target runtime --tag ofbiz-docker .
+DOCKER_BUILDKIT=1 docker build --target demo --tag ofbiz-docker .
 ```
 
 ## Container runtime options