Skip to content

Commit 57cda0b

Browse files
committed
update doc
1 parent 08377e9 commit 57cda0b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

docs/deployment.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -111,21 +111,6 @@ The [WebRTC sample app hosted on Community Cloud](https://webrtc.streamlit.app/)
111111
3. Add TURN server credentials to secrets (if needed)
112112
4. Deploy automatically with HTTPS enabled
113113

114-
### Docker Deployment
115-
116-
```dockerfile
117-
FROM python:3.9-slim
118-
119-
WORKDIR /app
120-
COPY requirements.txt .
121-
RUN pip install -r requirements.txt
122-
123-
COPY . .
124-
EXPOSE 8501
125-
126-
CMD ["streamlit", "run", "your_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
127-
```
128-
129114
### Other Cloud Platforms
130115

131116
When deploying to other platforms (AWS, GCP, Azure, etc.):

0 commit comments

Comments
 (0)