smgc commited on
Commit
61edc08
1 Parent(s): 889a28b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -9,6 +9,8 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
9
 
10
  WORKDIR /app
11
 
 
 
12
  COPY app.py .
13
 
14
  RUN pip install --no-cache-dir flask requests
 
9
 
10
  WORKDIR /app
11
 
12
+ RUN chmod 777 -R /app
13
+
14
  COPY app.py .
15
 
16
  RUN pip install --no-cache-dir flask requests