Merge branch 'main' of github.com:titaniumnetwork-development/Ultraviolet-Node
This commit is contained in:
commit
8e75168de3
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
FROM node:current-slim
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
|
COPY ./package.json ./package-lock.json ./src/ ./
|
||||||
|
|
||||||
|
RUN npm install --omit=dev
|
||||||
|
|
||||||
|
ENTRYPOINT npm start
|
||||||
Loading…
Add table
Reference in a new issue