Run -the-app
Running the app is also pretty easy with the supplied docker-compose file
GITHUB_USER=${USER} GITHUB_TOKEN=${TOKEN} docker-compose -f docker-tools/docker-compose.yml up --buildThe above command will build the images and setup all requires ports
Make sure to run the following when finished to ensure the network stops
docker-compose -f docker-tools/docker-compose.yml downLast updated
Was this helpful?