Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -4
Dockerfile
CHANGED
@@ -3,10 +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
|
7 |
-
|
8 |
-
|
9 |
-
RUN mkdir -p data
|
10 |
|
11 |
EXPOSE 7860
|
12 |
RUN chmod +x ${app}
|
|
|
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}
|