diff --git a/Dockerfile b/Dockerfile index ab050db..50afd78 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ FROM python:3.12-slim WORKDIR /app RUN apt-get update && apt-get install -y --no-install-recommends \ - libpq5 curl tini supervisord \ + libpq5 curl tini supervisor \ && rm -rf /var/lib/apt/lists/* \ && apt-get clean