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

This commit is contained in:
Ayuriel 2025-03-31 17:55:24 +09:00
parent f5fe841dc7
commit 176e5df561

View File

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