mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
* sally forth into the great otel unknown * make the build env identification slightly more durable * docs updates * wasm recompile
9 lines
137 B
Bash
Executable file
9 lines
137 B
Bash
Executable file
#!/bin/bash
|
|
|
|
echo "Tearing down"
|
|
docker-compose down -t0
|
|
echo "Building up"
|
|
docker-compose up -d
|
|
echo "LOG TIME!"
|
|
docker-compose logs -f
|