auto update library and media

This commit is contained in:
qiaofeng1227 2023-10-27 08:49:30 +08:00
parent 533b3f97fe
commit 975b4e707d
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# modify time: 202310261804, you can modify here to trigger Docker Build action # modify time: 202310270904, you can modify here to trigger Docker Build action
FROM python:3.10-bullseye AS buildstage FROM python:3.10-bullseye AS buildstage
LABEL maintainer="Websoft9<help@websoft9.com>" LABEL maintainer="Websoft9<help@websoft9.com>"

View file

@ -26,7 +26,7 @@ stderr_logfile=/var/log/supervisord.log
stderr_logfile_maxbytes=0 stderr_logfile_maxbytes=0
[program:updatemedia] [program:updatemedia]
command=python3 update_media.py command=/usr/bin/python3 update_media.py
autostart=true autostart=true
user=root user=root
directory=/websoft9/apphub/src directory=/websoft9/apphub/src