Skip to content

Commit

Permalink
feat 脚本修改
Browse files Browse the repository at this point in the history
  • Loading branch information
wyt1215819315 committed Dec 17, 2023
1 parent a11f5f2 commit 3fadc6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/push-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
prerelease: false
title: "${{ env.RELEASE_VERSION }}"
files: |
build/autoplan_front.zip
build/auto_plan*
build/application-example.yml
Expand Down
6 changes: 3 additions & 3 deletions script/autoplan.sh → script/dockerrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ docker run --name autoplan \
-e APP_DB_USER=数据库用户 \
-e APP_DB_PWD=数据库密码 \
-v 数据库挂载位置:/app/db \
-d xxxxx
-d wyt1215819315/auto_plan

# sqlite
docker run --name autoplan \
-p 需要映射的端口:80 \
-v 数据库挂载位置:/app/db \
-d xxxxx
-d wyt1215819315/auto_plan

# mysql
docker run --name autoplan \
Expand All @@ -21,4 +21,4 @@ docker run --name autoplan \
-e APP_DB_URL=127.0.0.1:3306/auto_plan \
-e APP_DB_USER=root \
-e APP_DB_PWD=123456 \
-d xxxxx
-d wyt1215819315/auto_plan

0 comments on commit 3fadc6b

Please sign in to comment.