Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ uvicorn main:app --host 0.0.0.0 --port 8000 &\n\
|
|
26 |
streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0\n\
|
27 |
' > /app/run.sh
|
28 |
|
|
|
29 |
RUN chmod +x /app/run.sh
|
30 |
|
31 |
# Run the script when the container launches
|
|
|
26 |
streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0\n\
|
27 |
' > /app/run.sh
|
28 |
|
29 |
+
# Make the script executable
|
30 |
RUN chmod +x /app/run.sh
|
31 |
|
32 |
# Run the script when the container launches
|