aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-05-03 11:35:39 +0200
committerAnhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me>2024-05-03 11:36:50 +0200
commitfed5dde8e263c0d3f9a7c477d5b5c7705eae8f31 (patch)
tree68bd5c13561da39c6cabfb68555491bbdaf8af95 /Dockerfile
parentf923f36dbf771a47e8b2a124bad32cb8e20a7595 (diff)
build(deps): update to gokord 0.5.0
#6
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