yxmnjxzx commited on
Commit
14eff50
·
verified ·
1 Parent(s): 8aed52a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ RUN apt update
3
  RUN apt install git
4
  RUN git clone https://github.com/lanqian528/chat2api.git /app
5
 
6
- WORKDIR /app
7
 
8
  RUN mkdir -p /app/data
9
  RUN chmod -R 777 /app/data
 
3
  RUN apt install git
4
  RUN git clone https://github.com/lanqian528/chat2api.git /app
5
 
6
+ WORKDIR "app"
7
 
8
  RUN mkdir -p /app/data
9
  RUN chmod -R 777 /app/data