diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 3b6fea43..fbdbf726 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -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 LABEL maintainer="Websoft9" diff --git a/docker/apphub/config/supervisord.conf b/docker/apphub/config/supervisord.conf index 4707dd35..f876e8d2 100644 --- a/docker/apphub/config/supervisord.conf +++ b/docker/apphub/config/supervisord.conf @@ -26,7 +26,7 @@ stderr_logfile=/var/log/supervisord.log stderr_logfile_maxbytes=0 [program:updatemedia] -command=python3 update_media.py +command=/usr/bin/python3 update_media.py autostart=true user=root directory=/websoft9/apphub/src