Spaces:
Runtime error
Runtime error
Commit
·
e04de9b
1
Parent(s):
065d940
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -7,6 +7,6 @@ WORKDIR /app
|
|
7 |
|
8 |
COPY ./ /app
|
9 |
|
10 |
-
RUN kangas server --frontend-port=
|
11 |
|
12 |
CMD streamlit run app.py
|
|
|
7 |
|
8 |
COPY ./ /app
|
9 |
|
10 |
+
RUN kangas server --frontend-port=443 --protocol=https --backend-protocol=http &
|
11 |
|
12 |
CMD streamlit run app.py
|