Fix Dockerfile: add missing i18n.py to COPY
CI / test-and-package (push) Successful in 28s

This commit is contained in:
agentbox
2026-08-01 06:04:44 +00:00
parent b46691fee3
commit 27a6829242
+1 -1
View File
@@ -7,7 +7,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy application
COPY app.py models.py auth.py meals.py ./
COPY app.py models.py auth.py meals.py i18n.py ./
COPY templates/ templates/
COPY static/ static/