File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ RUN git clone https://github.com/Dragory/modmailbot && \
15
15
16
16
17
17
FROM node:14-alpine
18
- ENV MM_MAIN_SERVER_ID=
19
- ENV MM_INBOX_SERVER_ID=
20
- ENV MM_LOG_CHANNEL_ID=
21
- ENV MM_ALLOW_USER_CLOSE=1
22
- ENV MM_TOKEN=
23
- ENV MM_LOG_STORAGE=local
24
- ENV MM_DB_TYPE=sqlite
25
- ENV MM_CLOSE_MESSAGE="This thread has been closed."
26
- ENV MM_CATEGORY_AUTOMATION__NEW_THREAD=
27
- ENV MM_STATUS="Modmail, the way to report things"
28
- ENV MM_URL=
18
+ ENV MM_MAIN_SERVER_ID= \
19
+ MM_INBOX_SERVER_ID= \
20
+ MM_LOG_CHANNEL_ID= \
21
+ MM_ALLOW_USER_CLOSE=1 \
22
+ MM_TOKEN= \
23
+ MM_LOG_STORAGE=local \
24
+ MM_DB_TYPE=sqlite \
25
+ MM_CLOSE_MESSAGE="This thread has been closed." \
26
+ MM_CATEGORY_AUTOMATION__NEW_THREAD= \
27
+ MM_STATUS="Modmail, the way to report things" \
28
+ MM_URL=
29
29
30
30
COPY --from=BUILD_IMAGE /usr/src/app/modmailbot /usr/src/modmailbot
31
31
You can’t perform that action at this time.
0 commit comments