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

update docker permission

Browse files
Files changed (2) hide show
  1. Dockerfile +1 -0
  2. README.md +1 -1
Dockerfile CHANGED
@@ -6,6 +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
 
10
  ENV HF_HOME=/tmp/.cache
11
 
 
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
 
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: NekoAI Lab
3
  emoji: πŸ“š
4
  colorFrom: red
5
  colorTo: blue
 
1
  ---
2
+ title: Neko-Stickers
3
  emoji: πŸ“š
4
  colorFrom: red
5
  colorTo: blue