From fed5dde8e263c0d3f9a7c477d5b5c7705eae8f31 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 3 May 2024 11:35:39 +0200 Subject: build(deps): update to gokord 0.5.0 #6 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index 59103c4..b56e430 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,4 @@ RUN go mod tidy && go build -o app . ENV TOKEN="" -ENV FORCE_COMMAND_REGISTRATION="false" - -CMD ./app -token $TOKEN -forge-command-registration $FORCE_COMMAND_REGISTRATION +CMD ./app -token $TOKEN -- cgit v1.2.3