This commit is contained in:
Darren 2023-10-27 11:58:46 +08:00 committed by GitHub
parent 2123a328be
commit 112c654ece
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

4
.gitignore vendored
View file

@ -4,6 +4,6 @@ logs
.venv
.vscode
.pytest_cache
.apphub/swagger-ui
.apphub/apphub.egg-info
apphub/swagger-ui
apphub/apphub.egg-info
cli/__pycache__

View file

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

View file

@ -1 +1 @@
* * * * * /websoft9/script/update.sh
0 2 * * * /websoft9/script/update.sh

View file

@ -4,4 +4,4 @@
echo "$(date) - Compare remote version and local version" | tee -a /var/log/supervisord.log
echo "Download "
echo "$(date) - Download remote packages and replace local data" | tee -a /var/log/supervisord.log