컨테이너 타임존 설정

This commit is contained in:
SR07 2025-05-27 10:11:56 +09:00
parent 0350ff4fe2
commit 067ce2f1e2

View File

@ -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