ruv commited on
Commit
f7ca359
·
verified ·
1 Parent(s): 8b07748

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN npm install reactflow
19
 
20
  RUN npm run build
21
 
22
- COPY build ./build
23
 
24
  # Expose the port on which the Flask application will run
25
  EXPOSE 7860
 
19
 
20
  RUN npm run build
21
 
22
+ # COPY build ./build
23
 
24
  # Expose the port on which the Flask application will run
25
  EXPOSE 7860