add fan page notify, add twitch route, todo: twitch webhook reg
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
FROM node:8
|
||||
LABEL maintainer="Jay <jie.chen@tw.viewsonic.com>"
|
||||
LABEL maintainer="Jay <admin@trj.tw>"
|
||||
ENV NODE_PORT 5111
|
||||
RUN mkdir -p /data
|
||||
WORKDIR /data
|
||||
COPY . .
|
||||
RUN rm .env
|
||||
RUN rm -f .env
|
||||
RUN npm install
|
||||
EXPOSE ${NODE_PORT}
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "run", "dbrun"]
|
||||
Reference in New Issue
Block a user