컨테이너 타임존 설정
This commit is contained in:
parent
0350ff4fe2
commit
067ce2f1e2
@ -6,7 +6,6 @@ RUN apt update && \
|
|||||||
apt install -y tzdata && \
|
apt install -y tzdata && \
|
||||||
ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \
|
ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime && \
|
||||||
echo "Asia/Seoul" > /etc/timezone && \
|
echo "Asia/Seoul" > /etc/timezone && \
|
||||||
pip install --no-cache-dir -r requirements.txt && \
|
|
||||||
apt clean
|
apt clean
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user