zhangfeng144 commited on
Commit
8463925
·
1 Parent(s): 3feeda1

update dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ RUN pip install -r requirements.txt
6
  # RUN pip install --no-cache-dir -r requirements.txt
7
  COPY . .
8
  COPY ./sticker.db /tmp/sticker.db
9
- COPY --chown=user:user . /app
10
 
11
  ENV HF_HOME=/tmp/.cache
12
 
 
6
  # RUN pip install --no-cache-dir -r requirements.txt
7
  COPY . .
8
  COPY ./sticker.db /tmp/sticker.db
9
+ RUN chmod -R 777 /app
10
 
11
  ENV HF_HOME=/tmp/.cache
12