eatYour commited on
Commit
c724158
·
verified ·
1 Parent(s): 54c9a40

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ COPY . .
6
  RUN chmod +x start.sh && mkdir -p local && chmod 777 local
7
 
8
 
9
- RUN mkdir -p ${app}/data
10
 
11
  EXPOSE 7860
12
  RUN chmod +x ${app}
 
6
  RUN chmod +x start.sh && mkdir -p local && chmod 777 local
7
 
8
 
9
+ RUN mkdir -p data
10
 
11
  EXPOSE 7860
12
  RUN chmod +x ${app}