Skip to content
Snippets Groups Projects
README.md 262 B
Newer Older
  • Learn to ignore specific revisions
  • Malin Freeborn's avatar
    Malin Freeborn committed
    These files make up the docker which runs the BIND CI line.
    If you want to change things and upload them, you'll need to sign up to docker.com and use your own username.
    
    ```bash
    docker login
    docker build -t $USERNAME/texbind .
    docker push $USERNAME/texbind
    ```