mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-26 09:05:10 +00:00
fix: use full path for backend entrypoint
This commit is contained in:
parent
a68d1917c9
commit
56879d166d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ COPY entrypoint.sh /usr/local/bin/entrypoint.sh
|
|||
|
||||
WORKDIR /home/frappe/frappe-bench/sites
|
||||
|
||||
ENTRYPOINT [ "entrypoint.sh" ]
|
||||
ENTRYPOINT [ "/usr/local/bin/entrypoint.sh" ]
|
||||
|
||||
CMD [ "/home/frappe/frappe-bench/env/bin/gunicorn", "-b", "0.0.0.0:8000", "frappe.app:application" ]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue