Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,4 +15,4 @@ RUN python -m spacy download en_core_web_md
|
|
15 |
# Copy the rest of the code
|
16 |
COPY . .
|
17 |
|
18 |
-
CMD ["streamlit", "run", "app.py"]
|
|
|
15 |
# Copy the rest of the code
|
16 |
COPY . .
|
17 |
|
18 |
+
CMD ["streamlit", "run", "app.py", "--server.address=0.0.0.0", "--server.port=7860"]
|