dockerbuild and dockerpush scripts

This commit is contained in:
mightypanders 2023-06-14 22:27:05 +02:00
parent 808bdd033e
commit 5dcf766593
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1,2 @@
docker build --tag node-jellyfin-role-bot:latest .
#!/bin/bash
docker build --tag $1 .

2
dockerpush.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push $1