Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -30,7 +30,7 @@ ENV PYTHONPATH=/app
|
|
30 |
RUN mkdir -p /root/.ollama
|
31 |
|
32 |
# Expose ports for both Streamlit and Ollama
|
33 |
-
EXPOSE 80
|
34 |
|
35 |
# Make sure execute.sh is executable
|
36 |
RUN chmod +x ./execute.sh
|
|
|
30 |
RUN mkdir -p /root/.ollama
|
31 |
|
32 |
# Expose ports for both Streamlit and Ollama
|
33 |
+
EXPOSE 80
|
34 |
|
35 |
# Make sure execute.sh is executable
|
36 |
RUN chmod +x ./execute.sh
|