arshy commited on
Commit
61bb7d7
·
1 Parent(s): d84b067

change method

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -27,6 +27,6 @@ RUN if [ -d "/app/olas-predict-benchmark/benchmark/mech" ]; then \
27
 
28
  EXPOSE 7860
29
 
30
- RUN chmod +x /app/start.sh
31
 
32
- CMD ["/app/start.sh"]
 
27
 
28
  EXPOSE 7860
29
 
30
+ RUN ls -la /app
31
 
32
+ CMD ["python", "app.py"]