Added scripts

This commit is contained in:
Kriss 2024-07-01 08:22:22 +02:00
parent 771074667d
commit 53088fdaaa
2 changed files with 6 additions and 0 deletions

4
build.sh Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
sudo nerdctl stop sentinel-bot && sudo nerdctl rm sentinel-bot
sudo nerdctl build . -t sentinel-bot:latest

2
run.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
sudo nerdctl run -d --name sentinel-bot --net=host --restart unless-stopped sentinel-bot:latest