Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
|
|
|
| 18 |
EXPOSE 7860
|
| 19 |
|
| 20 |
# Run data generation first, then start the server
|
| 21 |
+
CMD ["bash", "-lc", "python data_gen.py && python app.py"]
|