This commit is contained in:
@@ -9,4 +9,6 @@ EXPOSE 8080
|
||||
|
||||
COPY ./ /app
|
||||
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8080"]
|
||||
|
||||
HEALTHCHECK --interval=1m --timeout=3s CMD curl --fail http://localhost:8080/health || exit 1
|
Reference in New Issue
Block a user