Skip to content

Commit

Permalink
Change default Docker behavior to static build steemit#1419
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Aug 25, 2017
1 parent 0f05bcb commit cf2a24c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM phusion/baseimage:0.9.19

#ARG STEEMD_BLOCKCHAIN=https://example.com/steemd-blockchain.tbz2

ARG STEEM_STATIC_BUILD=OFF
ARG STEEM_STATIC_BUILD=ON
ENV STEEM_STATIC_BUILD ${STEEM_STATIC_BUILD}

ENV LANG=en_US.UTF-8
Expand Down

0 comments on commit cf2a24c

Please sign in to comment.