Add deploy.sh

This commit is contained in:
2026-03-11 15:03:00 +01:00
parent bf4502ac4a
commit 8c95ed3ae3

2
deploy.sh Normal file
View File

@@ -0,0 +1,2 @@
docker build -t send-it .
docker compose down && docker compose up -d