Skip to content

Commit

Permalink
fix: docker命令执行的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Aug 4, 2024
1 parent d455d11 commit aa36a2b
Showing 1 changed file with 1 addition and 1 deletion.
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/pteer.js"]
CMD ["node", "/app/bypasscf.js"]

0 comments on commit aa36a2b

Please sign in to comment.