add dockerfile

This commit is contained in:
william
2020-11-20 10:34:26 +01:00
parent fb1e5b96c9
commit eedfb51522

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM node
#RUN git clone https://gitlab.williamscloud.de/william/krakenbot.git
COPY . /krakenbot
WORKDIR /krakenbot
RUN pwd
RUN npm install
CMD npm run stack