diff --git a/Dockerfile b/Dockerfile index 3b6919d..c986900 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,6 @@ RUN apt update && \ apt install -y tzdata && \ ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \ echo "Asia/Seoul" > /etc/timezone && \ - pip install --no-cache-dir -r requirements.txt && \ apt clean WORKDIR /app