fix: pass .env.example to Docker and release package bump:patch

This commit is contained in:
Tadashi
2024-10-01 14:49:57 +07:00
parent 89785f5be8
commit a424a630f2
4 changed files with 6 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ RUN --mount=type=ssh \
# Copy contents
COPY . /app
COPY .env.example /app/.env
# Install additional pip packages
RUN --mount=type=ssh \