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