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

Upload Dockerfile

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