RE: Run your own Steemit locally with TESTNET Condenser

You are viewing a single comment's thread from:

Run your own Steemit locally with TESTNET Condenser

in steemdev •  7 years ago 

Thanks. It will be better if we use ENV command in Dockerfile like this.

# CMD [ "yarn", "run", "production" ]

# uncomment the lines below to run it in development mode
ENV NODE_ENV development
ENV SDC_ADDRESS_PREFIX STX
ENV SDC_CHAIN_ID 79276aea5d4877d9a25892eaa01b0adf019d3e5cb12a97478df3298ccdd01673
ENV SDC_SERVER_STEEMD_URL "wss://testnet.steem.vc" 
ENV SDC_CLIENT_STEEMD_URL "wss://testnet.steem.vc"
CMD [ "yarn", "run", "start" ]
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!