mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-12-23 10:38:58 +00:00
docs: Clarify requirement of repository naming and branch naming
This commit is contained in:
parent
9974a63dc8
commit
7ef28a5d5f
@ -20,6 +20,8 @@ RUN install_app [custom] https://github.com/[username]/[custom] [branch]
|
|||||||
# Only add the branch if you are using a specific tag or branch.
|
# Only add the branch if you are using a specific tag or branch.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Note:** Replace `https://github.com/[username]/[custom]` above with your custom app's Git repository URL (may include credentials if needed). Your custom app Git repository **must** be named exactly as the custom app's name, and use the same branch name as Frappe/ERPNext branch name that you use.
|
||||||
|
|
||||||
Create a `Dockerfile` in `./build/[custom]-nginx` with the following content:
|
Create a `Dockerfile` in `./build/[custom]-nginx` with the following content:
|
||||||
|
|
||||||
```Dockerfile
|
```Dockerfile
|
||||||
@ -27,7 +29,7 @@ FROM bitnami/node:12-prod
|
|||||||
|
|
||||||
COPY build/[custom]-nginx/install_app.sh /install_app
|
COPY build/[custom]-nginx/install_app.sh /install_app
|
||||||
|
|
||||||
RUN /install_app [custom] https://github.com/[username]/[custom]
|
RUN /install_app [custom] https://github.com/[username]/[custom] [branch]
|
||||||
|
|
||||||
FROM frappe/erpnext-nginx:edge
|
FROM frappe/erpnext-nginx:edge
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user