Add chmod +x to start scripts in dockerfiles
This commit is contained in:
parent
68c40b05ff
commit
b0d1247531
@ -35,3 +35,7 @@ VOLUME ["/rpc"]
|
|||||||
|
|
||||||
COPY "start-btcctl.sh" .
|
COPY "start-btcctl.sh" .
|
||||||
COPY "start-btcd.sh" .
|
COPY "start-btcd.sh" .
|
||||||
|
|
||||||
|
RUN chmod +x start-btcctl.sh
|
||||||
|
RUN chmod +x start-btcd.sh
|
||||||
|
|
||||||
|
@ -23,3 +23,4 @@ RUN glide install
|
|||||||
RUN go install . ./cmd/...
|
RUN go install . ./cmd/...
|
||||||
|
|
||||||
COPY "docker/lnd/start-lnd.sh" .
|
COPY "docker/lnd/start-lnd.sh" .
|
||||||
|
RUN chmod +x start-lnd.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user