CalebCometML commited on
Commit
34174d2
·
1 Parent(s): 309d42a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -7,6 +7,4 @@ WORKDIR /app
7
 
8
  COPY ./ /app
9
 
10
- RUN kangas server --frontend-port=7640
11
- RUN streamlit run app.py --server.port 7680
12
- CMD flask run --app router
 
7
 
8
  COPY ./ /app
9
 
10
+ CMD ./startup.sh