albertchristopher commited on
Commit
e102d61
·
verified ·
1 Parent(s): 414c30b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -32,7 +32,7 @@ HEALTHCHECK CMD python -c "import urllib.request; urllib.request.urlopen('http:/
32
 
33
  # Launch Streamlit
34
  CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
35
- ```dockerfile
36
  FROM python:3.11-slim
37
 
38
 
 
32
 
33
  # Launch Streamlit
34
  CMD ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
35
+
36
  FROM python:3.11-slim
37
 
38