update API socket
This commit is contained in:
7
API/Dockerfile
Normal file
7
API/Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM node:10
|
||||
WORKDIR /app
|
||||
COPY ./package.json /app
|
||||
RUN npm install
|
||||
COPY . /app
|
||||
CMD npm start
|
||||
EXPOSE 4004
|
||||
Reference in New Issue
Block a user