File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,17 +15,17 @@ RUN git clone https://github.com/Dragory/modmailbot && \
1515
1616
1717FROM 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=
2929
3030COPY --from=BUILD_IMAGE /usr/src/app/modmailbot /usr/src/modmailbot
3131
You can’t perform that action at this time.
0 commit comments