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

This commit is contained in:
Ayuriel 2025-03-31 17:53:20 +09:00
parent 21687b1fd0
commit f5fe841dc7

View File

@ -7,6 +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/