chore: .env 파일 복사
Some checks failed
Docker Build and Deploy / build-and-push (push) Failing after 18s
Docker Build and Deploy / deploy (push) Has been skipped

This commit is contained in:
Ayuriel 2025-03-31 17:43:14 +09:00
parent b411c10e6a
commit a891d1a696

View File

@ -7,6 +7,7 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
# Copy source code
COPY .env /app/.env
COPY src/ /app/src/
COPY README.md /app/