new
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
|
|
18 |
|
19 |
COPY . .
|
20 |
|
21 |
-
CMD ["
|
|
|
18 |
|
19 |
COPY . .
|
20 |
|
21 |
+
CMD ["streamlit", "app.main:app", "--host", "0.0.0.0", "--port", "7860"]
|