mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
rc
This commit is contained in:
parent
975b4e707d
commit
7ec0a94944
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# modify time: 202310270904, you can modify here to trigger Docker Build action
|
||||
# modify time: 202310270905, you can modify here to trigger Docker Build action
|
||||
|
||||
FROM python:3.10-bullseye AS buildstage
|
||||
LABEL maintainer="Websoft9<help@websoft9.com>"
|
||||
|
|
|
@ -26,7 +26,7 @@ stderr_logfile=/var/log/supervisord.log
|
|||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:updatemedia]
|
||||
command=/usr/bin/python3 update_media.py
|
||||
command=/usr/local/bin/python update_media.py
|
||||
autostart=true
|
||||
user=root
|
||||
directory=/websoft9/apphub/src
|
||||
|
|
Loading…
Reference in a new issue