Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -54,6 +54,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|
54 |
|
55 |
|
56 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
|
|
57 |
|
58 |
RUN npm run build -- --no-cache
|
59 |
|
|
|
54 |
|
55 |
|
56 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
57 |
+
COPY package.json ./
|
58 |
|
59 |
RUN npm run build -- --no-cache
|
60 |
|