mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
docs: remove comments from shell commands
This commit is contained in:
parent
87895a7049
commit
758897b01b
1 changed files with 0 additions and 5 deletions
|
|
@ -10,9 +10,6 @@ cd frappe_docker
|
|||
`apps.json` needs to be passed in as build arg environment variable.
|
||||
|
||||
```shell
|
||||
|
||||
set env variable APPS_JSON using following shell command
|
||||
|
||||
export APPS_JSON='[
|
||||
{
|
||||
"url": "https://github.com/frappe/erpnext",
|
||||
|
|
@ -28,8 +25,6 @@ export APPS_JSON='[
|
|||
}
|
||||
]'
|
||||
|
||||
set env variable APPS_JSON_BASE64 using following shell command
|
||||
|
||||
export APPS_JSON_BASE64=$(echo ${APPS_JSON} | base64 -w 0)
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue