build-lox.sh 54 B

123
  1. #!/bin/bash
  2. docker rm lox 2>&1;
  3. docker build -t lox .