Antoni09 commited on
Commit
b9e2084
·
verified ·
1 Parent(s): 89bea2e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +6 -0
Dockerfile CHANGED
@@ -7,5 +7,11 @@ RUN pip install --no-cache-dir -r requirements.txt
7
 
8
  COPY . .
9
 
 
 
 
 
10
  ENV PORT=7860
11
  CMD ["python", "server.py"]
 
 
 
7
 
8
  COPY . .
9
 
10
+ RUN mkdir -p /data
11
+ ENV DATA_DIR=/data
12
+ ENV PORT=7860
13
+
14
  ENV PORT=7860
15
  CMD ["python", "server.py"]
16
+
17
+