ka1kuk commited on
Commit
3459698
1 Parent(s): 99a57bc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,4 +8,6 @@ RUN pip install --no-cache-dir -r requirements.txt
8
 
9
  COPY . .
10
 
 
 
11
  CMD ["python", "app.py"]
 
8
 
9
  COPY . .
10
 
11
+ RUN chmod 777 /app/file.txt
12
+
13
  CMD ["python", "app.py"]