Spaces:
Sleeping
Sleeping
ventuero commited on
Commit ·
c293c63
1
Parent(s): 889f3bc
dockerfile fix
Browse files- .gitignore +2 -0
- Dockerfile +1 -1
.gitignore
CHANGED
|
@@ -214,3 +214,5 @@ __marimo__/
|
|
| 214 |
|
| 215 |
# Streamlit
|
| 216 |
.streamlit/secrets.toml
|
|
|
|
|
|
|
|
|
| 214 |
|
| 215 |
# Streamlit
|
| 216 |
.streamlit/secrets.toml
|
| 217 |
+
|
| 218 |
+
.debug/
|
Dockerfile
CHANGED
|
@@ -21,4 +21,4 @@ ENV TOKENIZERS_PARALLELISM=false
|
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
-
CMD ["uv", "run", "granian", "--interface", "asgi", "--host", "0.0.0.0", "--port", "7860", "
|
|
|
|
| 21 |
|
| 22 |
EXPOSE 7860
|
| 23 |
|
| 24 |
+
CMD ["uv", "run", "granian", "--interface", "asgi", "--host", "0.0.0.0", "--port", "7860", "antispam_api.main:app"]
|