Skip to content
Snippets Groups Projects
Commit 6e28b403 authored by TonyFord's avatar TonyFord
Browse files

bugfix

parent b4a8ec9b
No related branches found
No related tags found
No related merge requests found
Pipeline #942 passed
......@@ -58,8 +58,9 @@ WORKDIR /home/faircoin/faircoin/src
RUN mv ./faircoind /home/faircoin/faircoind
RUN mv ./faircoin-cli /home/faircoin/faircoin-cli
ARG FAIRCOIN_CONF
WORKDIR /home/faircoin
RUN ./faircoind -daemon -reindex && \
RUN ./faircoind -daemon -disablewallet -reindex -conf="$FAIRCOIN_CONF" && \
sleep 60 && \
./faircoin-cli stop && \
sleep 10
......
......@@ -9,6 +9,7 @@ services:
source_repository: "https://github.com/faircoin/faircoin.git"
GITLAB_RUNNER_UID: "${GITLAB_RUNNER_UID}"
GITLAB_RUNNER_GID: "${GITLAB_RUNNER_GID}"
FAIRCOIN_CONF: "${FAIRCOIN_CONF}"
container_name: FairCoin.Co-faircoind
restart: always
command: '-disablewallet -conf="${FAIRCOIN_CONF}"'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment