This commit is contained in:
2026-08-07 15:46:33 +02:00
parent 02942aa6fe
commit 43f2e96720
12 changed files with 46 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@ RUN useradd --create-home --shell /bin/bash appuser
WORKDIR /app
COPY LICENSE .
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt