add server docker file
This commit is contained in:
9
server/Dockerfile
Normal file
9
server/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node:latest
|
||||
|
||||
ADD ./ /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm i
|
||||
|
||||
CMD ["node /app/index.js"]
|
Reference in New Issue
Block a user