Spaces:
Running
Running
change port
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ COPY . .
|
|
10 |
RUN pip install --no-cache-dir --upgrade pip \
|
11 |
&& pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
-
CMD sh -c "streamlit run app.py --server.address=0.0.0.0 --server.port=\${PORT:-
|
|
|
10 |
RUN pip install --no-cache-dir --upgrade pip \
|
11 |
&& pip install --no-cache-dir -r requirements.txt
|
12 |
|
13 |
+
CMD sh -c "streamlit run app.py --server.address=0.0.0.0 --server.port=\${PORT:-8501}"
|