Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
FROM ubuntu:22.04
|
2 |
-
RUN apt-get update && apt-get install -y aria2
|
3 |
ARG app
|
|
|
|
|
4 |
WORKDIR /app
|
5 |
COPY . .
|
6 |
RUN chmod +x start.sh && mkdir -p local && chmod 777 local && mkdir -p data && chmod 777 data
|
|
|
1 |
FROM ubuntu:22.04
|
|
|
2 |
ARG app
|
3 |
+
RUN apt-get update && apt-get install -y aria2
|
4 |
+
|
5 |
WORKDIR /app
|
6 |
COPY . .
|
7 |
RUN chmod +x start.sh && mkdir -p local && chmod 777 local && mkdir -p data && chmod 777 data
|