Skip to content

Commit d58e147

Browse files
committed
chore: crontab 수정
1 parent e948470 commit d58e147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crontab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# 10분마다 실행 (파일은 파이썬이 알아서 쓰고, 화면 출력은 도커 로그로 쏴줌)
2-
*/10 * * * * cd /app && /usr/local/bin/python main.py > /proc/1/fd/1 2>/proc/1/fd/2
2+
*/10 * * * * cd /app && /usr/bin/python3 main.py >> /proc/1/fd/1 2>> /proc/1/fd/2

0 commit comments

Comments
 (0)