mirror of
https://github.com/frappe/frappe_docker.git
synced 2025-01-23 23:28:27 +00:00
fix: erpnext image build
set PYTHONUNBUFFERED for better logging
This commit is contained in:
parent
f5071122ed
commit
e6946fda75
@ -3,6 +3,7 @@ FROM bitnami/python:3.7-prod
|
||||
RUN useradd -ms /bin/bash frappe
|
||||
|
||||
ARG GIT_BRANCH=develop
|
||||
ENV PYTHONUNBUFFERED 1
|
||||
|
||||
# Install dependencies
|
||||
WORKDIR /home/frappe/frappe-bench
|
||||
|
Loading…
x
Reference in New Issue
Block a user