Code files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM node:slim
|
||||
RUN mkdir -p /home/node/service
|
||||
WORKDIR /home/node/service
|
||||
COPY package.json /home/node/service
|
||||
RUN npm install
|
||||
COPY . /home/node/service
|
||||
CMD [ "node", "index.js" ]
|
||||
Reference in New Issue
Block a user