Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -18,4 +18,4 @@ RUN sqlite3 -init Chinook_Sqlite.sql Chinook.db ""
|
|
| 18 |
COPY script.py .
|
| 19 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
| 20 |
|
| 21 |
-
CMD ["streamlit", "run", "script.py"]
|
|
|
|
| 18 |
COPY script.py .
|
| 19 |
RUN --mount=type=secret,id=OPENAI_API_KEY,mode=0444,required=true
|
| 20 |
|
| 21 |
+
CMD ["streamlit", "run", "script.py", "--server.port", "80"]
|