trabajo-afectivo/public/assets/chat/build.sh

9 lines
164 B
Bash
Raw Normal View History

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