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:45:47 +09:00
parent f526e45299
commit 21687b1fd0

View File

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