Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -11,6 +11,6 @@ COPY . .
|
|
11 |
|
12 |
RUN apt-get update && apt-get install -y glpk-utils
|
13 |
# Expose port 80 to the outside world
|
14 |
-
|
15 |
# Command to run the Uvicorn server
|
16 |
CMD ["streamlit", "run", "app.py"]
|
|
|
11 |
|
12 |
RUN apt-get update && apt-get install -y glpk-utils
|
13 |
# Expose port 80 to the outside world
|
14 |
+
|
15 |
# Command to run the Uvicorn server
|
16 |
CMD ["streamlit", "run", "app.py"]
|