forked from Green-Sky/tomato
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
BUILD=sources
|
||
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .
|