Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kosecki123 authored Feb 26, 2019
1 parent 8f43945 commit 19a501b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ ENV WALLET $WALLET

RUN cd /app

CMD ["sh", "-c", "eac timenode --docker --claiming --autostart --logFile console --logLevel 1 --wallet ${WALLET} --password ${PASSWORD} --providers ${PROVIDER}"]
CMD ["sh", "-c", "eac timenode --docker --claiming --usingSmartGasEstimation --autostart --logFile console --logLevel 1 --wallet ${WALLET} --password ${PASSWORD} --providers ${PROVIDER}"]

0 comments on commit 19a501b

Please sign in to comment.