soiz1 commited on
Commit
a1a42c1
·
verified ·
1 Parent(s): a78413e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -1,5 +1,6 @@
1
  FROM node:lts-alpine AS build
2
 
 
3
  RUN git clone https://github.com/TeamPiped/Piped.git /app
4
 
5
  RUN --mount=type=cache,target=/var/cache/apk \
 
1
  FROM node:lts-alpine AS build
2
 
3
+ WORKDIR /
4
  RUN git clone https://github.com/TeamPiped/Piped.git /app
5
 
6
  RUN --mount=type=cache,target=/var/cache/apk \