aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 3 insertions, 1 deletions
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