shevadesuyash commited on
Commit
b53db25
·
verified ·
1 Parent(s): 0ddf270

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -36,4 +36,7 @@ RUN python cache_models.py
36
  EXPOSE 8080
37
 
38
  # Run the Flask app
39
- CMD ["python", "app.py"]
 
 
 
 
36
  EXPOSE 8080
37
 
38
  # Run the Flask app
39
+ COPY entrypoint.sh /app/entrypoint.sh
40
+ RUN chmod +x /app/entrypoint.sh
41
+ CMD ["/app/entrypoint.sh"]
42
+