Rebase onto upstream (a4d95fd) #12

Closed
wylab wants to merge 144 commits from rebase-onto-upstream into main
Showing only changes of commit 7c57471093 - Show all commits
+1 -1
View File
@@ -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"]