lijiacai commited on
Commit
d456e9b
·
1 Parent(s): 84438e1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ RUN pip install --no-cache --upgrade pip
11
  RUN pip install --no-cache --timeout=120 -r /app/requirements.txt
12
 
13
  WORKDIR /app
 
 
14
  EXPOSE 7860
15
 
16
 
 
11
  RUN pip install --no-cache --timeout=120 -r /app/requirements.txt
12
 
13
  WORKDIR /app
14
+
15
+ RUN chmod 777 /app/_secret_auth_.json
16
  EXPOSE 7860
17
 
18