feat: first release

This commit is contained in:
2026-05-15 07:00:35 +00:00
parent 7682a94981
commit 18e256baee
8 changed files with 67 additions and 52 deletions
+2
View File
@@ -8,6 +8,8 @@ RUN npm run build
FROM python:3.14-slim
LABEL org.opencontainers.image.vendor="JDB-NET"
WORKDIR /app
ARG VERSION=unknown
ENV VERSION=${VERSION}
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . /app