diff --git a/Dockerfile b/Dockerfile index 600538d..1e0ccb5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -31,4 +31,4 @@ HEALTHCHECK --interval=30s --timeout=10s --start-period=10s --retries=3 \ # Start uvicorn ENV WEB_WORKERS=2 -CMD uvicorn app.main:app --host 0.0.0.0 --port 80 --workers $WEB_WORKERS \ No newline at end of file +CMD ["sh", "-c", "exec uvicorn app.main:app --host 0.0.0.0 --port 80 --workers $WEB_WORKERS"] \ No newline at end of file