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