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

This commit is contained in:
Ayuriel 2025-03-31 17:44:49 +09:00
parent a891d1a696
commit f526e45299

View File

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