added Dockerfile
This commit is contained in:
parent
2bb0c7eb4b
commit
53f264e63b
7 changed files with 902 additions and 446 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
|||
FROM node:8-alpine
|
||||
|
||||
COPY . /app
|
||||
WORKDIR /app
|
||||
RUN mkdir static
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 1443
|
||||
CMD ["npm", "start"]
|
Loading…
Add table
Add a link
Reference in a new issue