You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having a simple Dockerfile to build an image and a docker-compose with sample .env File could help for new developer to get started easily. Similar to the recent changes in the WhiteWhale Bot Repo: https://github.com/White-Whale-Defi-Platform/white-whale-bots
I've adapted these scripts below, Do you think it would help? If so, I will craft a MR for this.
Note: Atm the app is started just using "yarn start", the WhiteWhale Docker also added a "build" `script to packsage.json using "tsc" and then precompiling the app during docker build. No familiar with tsc, so I went the easy way. but using tsc might be the better way...
Having a simple Dockerfile to build an image and a docker-compose with sample .env File could help for new developer to get started easily. Similar to the recent changes in the WhiteWhale Bot Repo: https://github.com/White-Whale-Defi-Platform/white-whale-bots
I've adapted these scripts below, Do you think it would help? If so, I will craft a MR for this.
Dockerfile
docker-compose.yml
.env.kujira-mainnet.example
The text was updated successfully, but these errors were encountered: