Skip to content

Commit 791661f

Browse files
Register commands globally on run
1 parent ef14753 commit 791661f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ RUN npm install
66
COPY . .
77
RUN npm run tsc
88
WORKDIR /usr/app/dist
9-
CMD node bot.js
9+
CMD npm run register-global-commands ; node bot.js

0 commit comments

Comments
 (0)