diff --git a/Containerfile b/Containerfile index b72b981..b1827e0 100644 --- a/Containerfile +++ b/Containerfile @@ -5,4 +5,5 @@ WORKDIR /app RUN pip install --no-cache-dir maxminddb>=2.0 PySocks>=1.7.1 ENV PYTHONPATH=/app/src +ENV PYTHONUNBUFFERED=1 ENTRYPOINT ["python", "-m", "derp"]