docs: 📝 add readme and docker label
CI / Build and Push (push) Successful in -7s

This commit is contained in:
2026-04-17 12:21:30 +01:00
parent 8d8e9c052d
commit 230a2e1c8b
2 changed files with 43 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ COPY frontend/ ./
RUN npm run build
FROM python:3.14-slim
LABEL org.opencontainers.image.vendor="JDB-NET"
WORKDIR /app
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt