Spaces:
Runtime error
Runtime error
less copy more add
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -16,8 +16,9 @@ RUN --mount=type=cache,target=/app/.npm \
|
|
16 |
npm ci
|
17 |
|
18 |
RUN mkdir defaults
|
19 |
-
|
20 |
RUN chmod -R 777 /defaults
|
|
|
21 |
COPY .template.env.local .template.env.local
|
22 |
|
23 |
RUN --mount=type=secret,id=MODEL_NAME,mode=0444 \
|
|
|
16 |
npm ci
|
17 |
|
18 |
RUN mkdir defaults
|
19 |
+
ADD defaults /defaults
|
20 |
RUN chmod -R 777 /defaults
|
21 |
+
|
22 |
COPY .template.env.local .template.env.local
|
23 |
|
24 |
RUN --mount=type=secret,id=MODEL_NAME,mode=0444 \
|