We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e948470 commit d58e147Copy full SHA for d58e147
crontab
@@ -1,2 +1,2 @@
1
# 10분마다 실행 (파일은 파이썬이 알아서 쓰고, 화면 출력은 도커 로그로 쏴줌)
2
-*/10 * * * * cd /app && /usr/local/bin/python main.py > /proc/1/fd/1 2>/proc/1/fd/2
+*/10 * * * * cd /app && /usr/bin/python3 main.py >> /proc/1/fd/1 2>> /proc/1/fd/2
0 commit comments