Skip to content
Snippets Groups Projects
Commit 874ebd2e authored by TonyFord's avatar TonyFord
Browse files

ts

parent 4e9b454d
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@ RUN mv ./faircoind /home/faircoin/faircoind
RUN mv ./faircoin-cli /home/faircoin/faircoin-cli
WORKDIR /home/faircoin
RUN ./faircoind -daemon -disablewallet -reindex && \
RUN ./faircoind -daemon -disablewallet -port=40414 -reindex && \
sleep 60 && \
./faircoin-cli stop && \
sleep 10
ENTRYPOINT ["./faircoind","-daemon","-disablewallet"]
ENTRYPOINT ["./faircoind","-daemon","-disablewallet","-port=40414"]
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