toxcore/other/docker/modules/run

7 lines
149 B
Bash
Executable File

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