mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-09 16:05:47 +01:00
reverted som changes in the proxy.
This commit is contained in:
@@ -1,18 +1,3 @@
|
||||
FROM alpine as builder
|
||||
|
||||
RUN set -x\
|
||||
&& apk add --no-cache\
|
||||
gcc\
|
||||
make\
|
||||
git\
|
||||
musl-dev
|
||||
|
||||
RUN git clone https://github.com/ncopa/su-exec.git /su-exec
|
||||
|
||||
WORKDIR /su-exec
|
||||
RUN make
|
||||
RUN strip su-exec
|
||||
|
||||
FROM alpine
|
||||
|
||||
ENV HOME /proxy
|
||||
@@ -56,3 +41,4 @@ RUN chmod +x startproxy.sh requesthandler.sh lightning-cli \
|
||||
VOLUME ["${HOME}/db", "${HOME}/.lightning"]
|
||||
|
||||
ENTRYPOINT ["su-exec"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user