Update Dockerfile
Browse files- 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 \
|