Skip to content

Commit

Permalink
chore: docker image 自动编译push脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Aug 29, 2024
1 parent c810d52 commit 0636b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"build": "vite build",
"build:local": "BUILD_MODE=local vite build",
"build:docker": "npm run build:local && cd dist && docker build -t chatgpt-telegram-workers:latest .",
"build:dockerx": "npm run build:local && cd dist && docker build --platform linux/amd64,linux/arm64 -t tbxark/chatgpt-telegram-workers:latest --push .",
"build:vercel": "BUILD_MODE=vercel vite build",
"build:pack": "BUILD_MODE=pack vite build",
"deploy:dist": "wrangler deploy",
Expand Down

0 comments on commit 0636b28

Please sign in to comment.