eatYour commited on
Commit
f3589ee
·
verified ·
1 Parent(s): 3a20ace

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -3,8 +3,7 @@ RUN apt-get update && apt-get install -y aria2
3
 
4
  WORKDIR /app
5
  COPY . .
6
- RUN chmod +x start.sh && mkdir -p local && chmod 777 local && mkdir -p data && chmod 777 data
7
 
8
  EXPOSE 7860
9
- RUN chmod +x ${app}
10
  CMD ["start.sh"]
 
3
 
4
  WORKDIR /app
5
  COPY . .
6
+ RUN chmod +x start.sh && mkdir -p local && chmod 777 local && mkdir -p data && chmod 777 data && chmod +x ${app}
7
 
8
  EXPOSE 7860
 
9
  CMD ["start.sh"]