Skip to content

Commit

Permalink
sync system.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaofeng1227 committed May 7, 2024
1 parent cb4d000 commit 9112d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# This file can running at actions
# MEDIA_VERSION and LIBRARY_VERSION will trigger its release
# modify time: 202405071100, you can modify here to trigger Docker Build action
# modify time: 202405071545, you can modify here to trigger Docker Build action


FROM python:3.10-slim-bullseye
LABEL maintainer="Websoft9<[email protected]>"
LABEL version="0.0.8"
LABEL version="0.0.9-rc1"

WORKDIR /websoft9

Expand Down
1 change: 1 addition & 0 deletions docker/apphub/script/migration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ EOF


migrate_ini "/websoft9/apphub/src/config/config.ini" "/websoft9/config/config.ini"
migrate_ini "/websoft9/apphub/src/config/system.ini" "/websoft9/config/system.ini"

if [ $? -eq 0 ]; then
echo "Success to update config.ini"
Expand Down

0 comments on commit 9112d85

Please sign in to comment.