Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
将cmd修改为entrypoint
  • Loading branch information
lixiaofei123 authored and Radar3 committed Nov 26, 2021
1 parent d9d7947 commit 56482b1
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 @@ -2,4 +2,4 @@ FROM csighub.tencentyun.com/tat-develop/library:centos-base

ADD tat_agent /usr/local/bin

CMD ["/usr/local/bin/tat_agent"]
ENTRYPOINT ["/usr/local/bin/tat_agent"]

0 comments on commit 56482b1

Please sign in to comment.