Experimenting with the Mojo 🔥 programming language.
- Copy
.envrc.template
to.envrc
and set theMODULAR_AUTH
environment variable to a valid Modular auth token.
You can get a Modular auth token by logging into Modular.
# Build the docker image
docker-compose build
# Create the container
docker-compose up -d
# Enter the container
docker-compose exec mojo bash