forked from Green-Sky/tomato
6 lines
92 B
Plaintext
6 lines
92 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
docker build -t toxchat/c-toxcore:tcc -f other/docker/tcc/Dockerfile .
|