Update
Some checks failed
Build and Push to Registry / build-and-push (push) Failing after 17s

This commit is contained in:
omaroughriss 2025-07-03 13:26:26 +02:00
parent bfb920029d
commit 8dd41ead13

View File

@ -25,8 +25,7 @@ COPY --from=builder /app/sdk_relay/target/release/sdk_relay /usr/local/bin/sdk_r
# Configuration via build arg
ARG CONF
RUN echo "$CONF" > /home/bitcoin/.conf && \
chown bitcoin:bitcoin /home/bitcoin/.conf
RUN echo "$CONF" > /home/bitcoin/.conf
# Créer le répertoire .4nk avec les bonnes permissions
RUN mkdir -p /home/bitcoin/.4nk && \