HelloFriend22 commited on
Commit
ac1103a
·
1 Parent(s): e0ad5e6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -7,6 +7,6 @@ WORKDIR /app
7
 
8
  COPY ./ /app
9
 
10
- RUN kangas server --frontend-port=80 --backend-port=8080 --protocol=https --backend-protocol=http &
11
 
12
  CMD streamlit run app.py
 
7
 
8
  COPY ./ /app
9
 
10
+ RUN kangas server --frontend-port=8080 --protocol=https --backend-protocol=http &
11
 
12
  CMD streamlit run app.py