soiz1 commited on
Commit
871c8bf
·
verified ·
1 Parent(s): a1e5258

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \