mirror of
https://github.com/dadada/inbox2matrix.git
synced 2025-07-31 03:00:06 +02:00
Add Dockerfile
This commit is contained in:
parent
7b07ca9cb1
commit
747da42861
5 changed files with 550 additions and 10 deletions
13
Dockerfile
Normal file
13
Dockerfile
Normal file
|
@ -0,0 +1,13 @@
|
|||
FROM node:10
|
||||
|
||||
ENV NODE_ENV production
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
COPY config ./
|
||||
|
||||
RUN ulimit -a
|
||||
RUN npm install
|
||||
|
||||
CMD [ "npm", "start" ]
|
Loading…
Add table
Add a link
Reference in a new issue