vijayksagi commited on
Commit
6ee153c
·
verified ·
1 Parent(s): be90211

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. 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