github-actions[bot] commited on
Commit
705ea42
·
1 Parent(s): 453b683

Auto-deploy from GitHub: 83254e832aaf4c30e2137c4c218f178d535ec43d

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -1,5 +1,7 @@
1
  FROM python:3.10-slim
2
 
 
 
3
  WORKDIR /app
4
 
5
  RUN apt-get update && apt-get install -y \
 
1
  FROM python:3.10-slim
2
 
3
+ ENV PYTHONUNBUFFERED=1
4
+
5
  WORKDIR /app
6
 
7
  RUN apt-get update && apt-get install -y \