Add new broken build

This commit is contained in:
2023-05-13 15:27:15 -06:00
parent 0346f2177b
commit 2229efd9bd
10 changed files with 73 additions and 3 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/bin/bash
set -euxo pipefail
UUID=$(uuidgen)
cd build || exit
docker build . -t "$UUID:latest"
docker run -it "$UUID:latest"