nroggendorff commited on
Commit
ce996a9
1 Parent(s): db0f387

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
  RUN mkdir /.cache && chmod 777 /.cache
10
 
11
- RUN mkdir /app/mayo && chmod 777 /app/mayo
12
 
13
  CMD ["python3", "app.py"]
 
8
 
9
  RUN mkdir /.cache && chmod 777 /.cache
10
 
11
+ RUN mkdir /app/model && chmod 777 /app/model
12
 
13
  CMD ["python3", "app.py"]