Skip to content

Commit

Permalink
cmd exec
Browse files Browse the repository at this point in the history
  • Loading branch information
BennyThink committed Dec 23, 2020
1 parent 5364bfa commit ec85bcc
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 @@ -9,7 +9,7 @@ ENV TZ=Asia/Shanghai
WORKDIR /YYeTsBot


CMD python bot.py
CMD ["python", "bot.py"]

# usage
# docker build -t yyetsbot .
Expand Down

0 comments on commit ec85bcc

Please sign in to comment.