feat(docker): add Dockerfile
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:slim
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN npm i
|
||||
|
||||
CMD ["npm", "start"]
|
||||
Reference in New Issue
Block a user