Files
seagull-game/libexec/start-test-container.sh

6 lines
147 B
Bash
Raw Normal View History

2023-02-27 17:07:29 -08:00
#!/bin/sh
2025-11-23 14:59:17 -08:00
cmake . -B build
cmake --build build --target docker
2023-02-27 17:07:29 -08:00
echo "build complete. starting container ..."
2025-11-23 14:59:17 -08:00
docker run --rm -p 80:80 seagull-game