euler314 commited on
Commit
69d0cff
·
verified ·
1 Parent(s): e4c9ad4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,7 +34,7 @@ EXPOSE 7860
34
 
35
  # Create entrypoint script
36
  RUN echo '#!/bin/bash\n\
37
- python typhoon_analysis.py --data_path=/code/data' > /code/entrypoint.sh && \
38
  chmod +x /code/entrypoint.sh
39
 
40
  # Set the entrypoint
 
34
 
35
  # Create entrypoint script
36
  RUN echo '#!/bin/bash\n\
37
+ python app.py --data_path=/code/data' > /code/entrypoint.sh && \
38
  chmod +x /code/entrypoint.sh
39
 
40
  # Set the entrypoint