2
0
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:
Revant Nandgaonkar 2020-06-28 05:58:45 +05:30
parent f5071122ed
commit e6946fda75

View File

@ -3,6 +3,7 @@ FROM bitnami/python:3.7-prod
RUN useradd -ms /bin/bash frappe RUN useradd -ms /bin/bash frappe
ARG GIT_BRANCH=develop ARG GIT_BRANCH=develop
ENV PYTHONUNBUFFERED 1
# Install dependencies # Install dependencies
WORKDIR /home/frappe/frappe-bench WORKDIR /home/frappe/frappe-bench