tomato-testing/other/docker/esp32/run

5 lines
165 B
Plaintext
Raw Normal View History

#!/bin/sh
docker build -t toxchat/c-toxcore:sources -f other/docker/sources/Dockerfile .
docker build -t toxchat/c-toxcore:esp32 -f other/docker/esp32/Dockerfile .