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" ]