Skip to content

Commit

Permalink
chore: .
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Jul 26, 2024
1 parent abe71c8 commit 33adc94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main

# 这里其实可以使用Windows环境这样就不需要考虑Linux
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ RUN npm install
COPY . .

# 设置容器启动时运行的命令
CMD ["node", "/app/bypasscf.js"]
CMD ["node", "/app/pteer.js"]

0 comments on commit 33adc94

Please sign in to comment.