Add prosper config

This commit is contained in:
Dane Moss
2025-12-12 13:52:27 -07:00
parent 2843335f6d
commit bc3da14d50
5 changed files with 40 additions and 60 deletions

7
container-test.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/sh
echo "testing container"
# Without a sleep, local testing shows no output because attaching to the logs happens after the container is done executing
# this script.
sleep 1