mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-09 23:00:56 +00:00
Update custom-apps.md for version-15 (#1291)
Updating documentation examples to version-15
This commit is contained in:
parent
01f92e63f1
commit
b2e71bb12d
@ -12,12 +12,12 @@ cd frappe_docker
|
|||||||
```shell
|
```shell
|
||||||
export APPS_JSON='[
|
export APPS_JSON='[
|
||||||
{
|
{
|
||||||
"url": "https://github.com/frappe/payments",
|
"url": "https://github.com/frappe/erpnext",
|
||||||
"branch": "develop"
|
"branch": "version-15"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://github.com/frappe/erpnext",
|
"url": "https://github.com/frappe/payments",
|
||||||
"branch": "version-14"
|
"branch": "version-15"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"url": "https://user:password@git.example.com/project/repository.git",
|
"url": "https://user:password@git.example.com/project/repository.git",
|
||||||
@ -44,9 +44,9 @@ Note:
|
|||||||
```shell
|
```shell
|
||||||
buildah build \
|
buildah build \
|
||||||
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
--build-arg=FRAPPE_PATH=https://github.com/frappe/frappe \
|
||||||
--build-arg=FRAPPE_BRANCH=version-14 \
|
--build-arg=FRAPPE_BRANCH=version-15 \
|
||||||
--build-arg=PYTHON_VERSION=3.10.12 \
|
--build-arg=PYTHON_VERSION=3.11.6 \
|
||||||
--build-arg=NODE_VERSION=16.20.1 \
|
--build-arg=NODE_VERSION=18.18.2 \
|
||||||
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
--build-arg=APPS_JSON_BASE64=$APPS_JSON_BASE64 \
|
||||||
--tag=ghcr.io/user/repo/custom:1.0.0 \
|
--tag=ghcr.io/user/repo/custom:1.0.0 \
|
||||||
--file=images/custom/Containerfile .
|
--file=images/custom/Containerfile .
|
||||||
|
Loading…
Reference in New Issue
Block a user