Merge pull request #459 from shocknet/boufni95-patch-3

Update Dockerfile
This commit is contained in:
CapDog 2021-09-03 14:20:03 -04:00 committed by GitHub
commit 0b3c66925a

View file

@ -3,7 +3,7 @@ FROM node:14-buster-slim
EXPOSE 9835 EXPOSE 9835
VOLUME [ "/home/shocknet/.lnd", "/data" ] VOLUME [ "/home/shocknet/.lnd", "/data" ]
RUN apt-get -y update && apt-get install -y git RUN apt-get -y update && apt-get install -y apt-transport-https && apt-get install -y git
RUN useradd -ms /bin/bash shocknet RUN useradd -ms /bin/bash shocknet
USER shocknet USER shocknet
WORKDIR /home/shocknet/app WORKDIR /home/shocknet/app