Merge pull request #457 from shocknet/boufni95-patch-2
Update Dockerfile
This commit is contained in:
commit
e2b703f394
1 changed files with 1 additions and 2 deletions
|
|
@ -3,8 +3,7 @@ FROM node:14-buster-slim
|
|||
EXPOSE 9835
|
||||
|
||||
VOLUME [ "/home/shocknet/.lnd", "/data" ]
|
||||
RUN apt-get -y update
|
||||
RUN apt-get install -y git
|
||||
RUN apt-get -y update && apt-get install -y git
|
||||
RUN useradd -ms /bin/bash shocknet
|
||||
USER shocknet
|
||||
WORKDIR /home/shocknet/app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue