dockerbuild and dockerpush scripts
This commit is contained in:
parent
808bdd033e
commit
5dcf766593
@ -1 +1,2 @@
|
||||
docker build --tag node-jellyfin-role-bot:latest .
|
||||
#!/bin/bash
|
||||
docker build --tag $1 .
|
||||
|
2
dockerpush.sh
Normal file
2
dockerpush.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
docker push $1
|
Loading…
Reference in New Issue
Block a user