feat: Adds experiment launch script

This commit is contained in:
henrik
2024-12-23 00:48:26 +01:00
parent 7c10b31b2d
commit 9b022b296a
5 changed files with 15 additions and 2 deletions

View File

@@ -1,2 +1,2 @@
web: cd /app/pushy && dotnet /app/pushy/Pushy.dll
silo: cd /app/silo && dotnet /app/silo/Pushy.Silo.dll
web: run-web.sh
silo: run-silo.sh