everydaytok commited on
Commit
387f0e3
·
verified ·
1 Parent(s): 78f28cf

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,4 +18,4 @@ RUN mkdir -p static
18
  EXPOSE 7860
19
 
20
  # Run data generation first, then start the server
21
- CMD ["bash", "-lc", "python data_gen.py && python main.py"]
 
18
  EXPOSE 7860
19
 
20
  # Run data generation first, then start the server
21
+ CMD ["bash", "-lc", "python data_gen.py && python app.py"]