mirror of
https://github.com/frappe/frappe_docker.git
synced 2024-11-10 07:11:00 +00:00
Don't log requests in worker image (nginx already does that)
This commit is contained in:
parent
9450a3d621
commit
6f9834915b
@ -98,7 +98,7 @@ COPY configure.py patched_bench_helper.py healthcheck.sh /usr/local/bin/
|
||||
|
||||
WORKDIR /home/frappe/frappe-bench/sites
|
||||
|
||||
CMD [ "/home/frappe/frappe-bench/env/bin/gunicorn", "-b", "0.0.0.0:8000", "frappe.app:application", "--access-logfile", "-" ]
|
||||
CMD [ "/home/frappe/frappe-bench/env/bin/gunicorn", "-b", "0.0.0.0:8000", "frappe.app:application" ]
|
||||
|
||||
|
||||
FROM configured_base as frappe
|
||||
|
Loading…
Reference in New Issue
Block a user