ka1kuk commited on
Commit
3ca9640
1 Parent(s): 3459698

Update Dockerfile

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