From ad129e8ae47fd9cd151115b6f5b84e7eae979d6d Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 27 Apr 2024 18:36:42 +0200 Subject: build(docker): support of force command registration --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b56e430..59103c4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,6 @@ RUN go mod tidy && go build -o app . ENV TOKEN="" -CMD ./app -token $TOKEN +ENV FORCE_COMMAND_REGISTRATION="false" + +CMD ./app -token $TOKEN -forge-command-registration $FORCE_COMMAND_REGISTRATION -- cgit v1.2.3