Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -8,7 +8,7 @@ RUN apk add --no-cache \
|
|
8 |
&& git lfs install
|
9 |
|
10 |
|
11 |
-
RUN cd / && git clone https://github.com/TeamPiped/Piped.git
|
12 |
|
13 |
RUN --mount=type=cache,target=/var/cache/apk \
|
14 |
apk add --no-cache \
|
|
|
8 |
&& git lfs install
|
9 |
|
10 |
|
11 |
+
RUN cd / && git clone https://github.com/TeamPiped/Piped.git /app
|
12 |
|
13 |
RUN --mount=type=cache,target=/var/cache/apk \
|
14 |
apk add --no-cache \
|