Skip to content

Commit

Permalink
Update custom-apps.md for version-15
Browse files Browse the repository at this point in the history
Updating documentation examples to version-15
  • Loading branch information
trustedcomputer authored Dec 14, 2023
1 parent dba13b4 commit 3cf3a63
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/custom-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ cd frappe_docker
```shell
export APPS_JSON='[
{
"url": "https://github.com/frappe/payments",
"branch": "develop"
"url": "https://github.com/frappe/erpnext",
"branch": "version-15"
},
{
"url": "https://github.com/frappe/erpnext",
"branch": "version-14"
"url": "https://github.com/frappe/payments",
"branch": "version-15"
},
{
"url": "https://user:password@git.example.com/project/repository.git",
Expand All @@ -44,9 +44,9 @@ Note:
```shell
buildah build \
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
--build-arg=FRAPPE_BRANCH=version-14 \
--build-arg=PYTHON_VERSION=3.10.12 \
--build-arg=NODE_VERSION=16.20.1 \
--build-arg=FRAPPE_BRANCH=version-15 \
--build-arg=PYTHON_VERSION=3.11.6 \
--build-arg=NODE_VERSION=18.18.2 \
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
--tag=ghcr.io/user/repo/custom:1.0.0 \
--file=images/custom/Containerfile .
Expand Down

0 comments on commit 3cf3a63

Please sign in to comment.