build.sh 105 B

123456
  1. #!/bin/bash
  2. set -e
  3. DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
  4. docker build -t web $DIR/web