diff --git a/Dockerfile.oauth b/Dockerfile.oauth index e77d781..c788781 100644 --- a/Dockerfile.oauth +++ b/Dockerfile.oauth @@ -56,7 +56,7 @@ ENV PATH="/root/.local/bin:${PATH}" COPY pyproject.toml README.md LICENSE /app/ COPY nanobot/ /app/nanobot/ -RUN uv pip install --system --no-cache --reinstall /app +RUN uv pip install --system --no-cache --reinstall /app psycopg2-binary ENTRYPOINT ["nanobot"] CMD ["gateway"]