Skip to content

Commit 563a3d3

Browse files
authored
Update Dockerfile
1 parent 35631c9 commit 563a3d3

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

Dockerfile

+11-11
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ RUN git clone https://github.com/Dragory/modmailbot && \
1515

1616

1717
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=
2929

3030
COPY --from=BUILD_IMAGE /usr/src/app/modmailbot /usr/src/modmailbot
3131

0 commit comments

Comments
 (0)