build.sh 164 B

12345678
  1. #!/bin/bash
  2. set -o errexit
  3. set -o pipefail
  4. docker build --no-cache -t zammad/chat-build:latest .
  5. docker run --rm -v "$(pwd)/:/tmp/gulp" zammad/chat-build:latest