Add psycopg2-binary to Docker image for PostgreSQL access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -56,7 +56,7 @@ ENV PATH="/root/.local/bin:${PATH}"
|
|||||||
|
|
||||||
COPY pyproject.toml README.md LICENSE /app/
|
COPY pyproject.toml README.md LICENSE /app/
|
||||||
COPY nanobot/ /app/nanobot/
|
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"]
|
ENTRYPOINT ["nanobot"]
|
||||||
CMD ["gateway"]
|
CMD ["gateway"]
|
||||||
|
|||||||
Reference in New Issue
Block a user