everydaytok commited on
Commit
e1adb1b
·
verified ·
1 Parent(s): ef6311d

Update Dockerfile

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