toxcore/other/docker/goblint/run

7 lines
149 B
Plaintext
Raw Normal View History

2024-01-25 07:21:35 +08:00
#!/bin/sh
set -eux
BUILD=goblint
other/docker/sources/build
docker build -t "toxchat/c-toxcore:$BUILD" -f "other/docker/$BUILD/$BUILD.Dockerfile" .