tomato-testing/other/docker/infer/run

6 lines
113 B
Plaintext
Raw Normal View History

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