tomato-testing/other/docker/cppcheck/run

6 lines
116 B
Plaintext
Raw Normal View History

#!/bin/sh
set -eux
BUILD=cppcheck
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/Dockerfile" .