Spaces:
Sleeping
Sleeping
Upload Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -55,6 +55,7 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
|
55 |
|
56 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
57 |
|
|
|
58 |
|
59 |
# Expose Flask and React ports
|
60 |
EXPOSE 5000 3000
|
|
|
55 |
|
56 |
RUN rm -f /frontend/node_modules/.cache/.eslintcache || true
|
57 |
|
58 |
+
RUN npm run build -- --no-cache
|
59 |
|
60 |
# Expose Flask and React ports
|
61 |
EXPOSE 5000 3000
|