make docker
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM node:latest
|
||||
RUN mkdir -p /usr/scr/bot
|
||||
WORKDIR /usr/src/bot
|
||||
COPY . /usr/src/bot
|
||||
RUN npm install
|
||||
CMD ["node", "index.js"]
|
||||
Reference in New Issue
Block a user