docker-compose build
or
docker build -t superalgos-dev .
docker-compose up -d
or
docker run -it --rm -v $(pwd)/src:/app -p 34248:34248 -p 18041:18041 superalgos-dev /bin/bash
Set the GIT_USERNAME and GIT_PERSONAL_ACCESS_TOKEN variables to be able to clone your personal fork and push code to GitHub. You can export them from your .bashrc or .zshrc, set them in a local .env file, or set them right in the docker-compose.yml.
Updated to add an entrypoint script which automates cloning and updating of the Superalgos codebase