add dockerfile
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
||||
Reference in New Issue
Block a user