add: set token into args

This commit is contained in:
2023-10-11 13:52:42 +00:00
parent a9eeef17d7
commit 7b59355a3c
4 changed files with 19 additions and 6 deletions

View File

@ -26,4 +26,4 @@ RUN make
COPY src/config.h src/config.h
ENTRYPOINT ["./PyMenu"]
ENTRYPOINT ["./PyMenu", "$BOT_TOKEN"]