refactor: Dockerfile 이동

This commit is contained in:
OhSeongRak 2025-06-16 09:00:58 +09:00
parent 03c14f0faa
commit 1861cd5655

View File

@ -2,7 +2,6 @@ FROM python:3.11-slim
WORKDIR /app WORKDIR /app
# Python 의존성 설치
COPY requirements.txt . COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt