Dockerfile 및 cron 파일 수정: 타임존 설정 추가 및 cron 로그 출력 경로 수정

This commit is contained in:
imnyang 2025-05-09 20:16:59 +09:00
commit 8399ce4107
2 changed files with 11 additions and 8 deletions

2
cron
View file

@ -1 +1 @@
0 22 * * * /code/app/run.sh
0 22 * * * /code/app/run.sh >> /code/app/temp/run-$(date +%Y%m%d-%H%M%S).log 2>&1