add twitch oauth login
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ RUN mkdir -p /data
|
||||
WORKDIR /data
|
||||
COPY . .
|
||||
RUN rm -f .env
|
||||
RUN apt-get update -qqy
|
||||
RUN apt-get install -qqy imagemagick graphicsmagick
|
||||
RUN apt-get clean
|
||||
RUN apt-get update -qqy \
|
||||
&& apt-get install -qqy imagemagick graphicsmagick \
|
||||
&& apt-get clean
|
||||
RUN npm install
|
||||
EXPOSE ${NODE_PORT}
|
||||
CMD ["npm", "run", "dbrun"]
|
||||
Reference in New Issue
Block a user