added manual docker file
This commit is contained in:
11
discord-bot/Dockerfile
Normal file
11
discord-bot/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM node:18-alpine
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD [ "node", "index.js" ]
|
Reference in New Issue
Block a user