Add dockerfile and build
This commit is contained in:
parent
249cbb93e6
commit
e1083c83ae
5 changed files with 75 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
FROM node:18-alpine
|
||||
COPY . .
|
||||
RUN npm install
|
||||
CMD ["node", "index.js"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue