Spaces:
Runtime error
Runtime error
fix copy
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/app/.npm \
|
|
19 |
npm ci
|
20 |
|
21 |
|
22 |
-
COPY .env.
|
23 |
RUN envsubst < ".template.env.local" > ".env.local"
|
24 |
RUN npm run build
|
25 |
|
|
|
19 |
npm ci
|
20 |
|
21 |
|
22 |
+
COPY .template.env.local .template.env.local
|
23 |
RUN envsubst < ".template.env.local" > ".env.local"
|
24 |
RUN npm run build
|
25 |
|