chore: remove release-please configuration and related files; update Dockerfile and README for new image registry

This commit is contained in:
2026-01-08 17:13:40 +00:00
parent 7c3c2cc41e
commit eec6fd4b3d
11 changed files with 72 additions and 134 deletions
+3
View File
@@ -1,6 +1,9 @@
FROM python:3.13-slim
LABEL org.opencontainers.image.vendor="JDB-NET"
WORKDIR /app
COPY . /app
ARG VERSION=unknown
ENV VERSION=${VERSION}
RUN pip install -r requirements.txt \
&& apt-get update \
&& apt-get install curl -y \