Spaces:
Build error
Build error
loc
commited on
Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -2,7 +2,8 @@ FROM node:18
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
-
RUN
|
|
|
6 |
|
7 |
EXPOSE 7860
|
8 |
|
|
|
2 |
|
3 |
WORKDIR /app
|
4 |
|
5 |
+
RUN --mount=type=secret,id=CLONE,mode=0444,required=true \
|
6 |
+
git clone $(cat /run/secrets/CLONE)
|
7 |
|
8 |
EXPOSE 7860
|
9 |
|