wip
This commit is contained in:
parent
8bcb3a7e85
commit
de2755f8ed
173 changed files with 47169 additions and 20113 deletions
18
Dockerfile
18
Dockerfile
|
|
@ -1,18 +0,0 @@
|
|||
FROM node:14-buster-slim
|
||||
|
||||
EXPOSE 9835
|
||||
|
||||
VOLUME [ "/root/.lnd", "/data" ]
|
||||
RUN apt-get update && apt-get install -y apt-transport-https git
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
|
||||
ADD ./package.json /app/package.json
|
||||
ADD ./yarn.lock /app/yarn.lock
|
||||
|
||||
RUN yarn
|
||||
|
||||
ADD . /app
|
||||
|
||||
ENTRYPOINT [ "node", "main.js" ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue