6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
BUILD=compcert
|
||
|
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/Dockerfile" .
|