We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a276a commit 917776aCopy full SHA for 917776a
Dockerfile
@@ -40,4 +40,4 @@ ENV IMAGE_DIGEST=$IMAGE_DIGEST
40
ENV PORT 8080
41
42
# Command to run the FastAPI application
43
-CMD ["uvicorn", "service.search_api:app", "--host", "0.0.0.0", "--port", "8080"]
+CMD ["uvicorn", "service.search_api:app", "--host", "0.0.0.0", "--port", "8080"]# Trivial change to trigger workflow
0 commit comments