CalebCometML commited on
Commit
c44741e
·
1 Parent(s): 403a9d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,6 +6,6 @@ RUN pip install -r /requirements.txt
6
  WORKDIR /app
7
  COPY ./ /app
8
 
9
- RUN streamlit run app.py --server.port 7680
10
  RUN kangas server --frontend-port=7860
11
  CMD flask --app router run
 
6
  WORKDIR /app
7
  COPY ./ /app
8
 
9
+ RUN streamlit run streamlitapp.py --server.port 7680
10
  RUN kangas server --frontend-port=7860
11
  CMD flask --app router run