mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-20 23:36:17 -06:00
add some lil docker scripts
This commit is contained in:
parent
7f8999a84b
commit
0f07946991
2 changed files with 6 additions and 0 deletions
3
dockerbuild.sh
Executable file
3
dockerbuild.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker build -t "superseriousbusiness/gotosocial:$(cat version)" .
|
||||
3
dockerpush.sh
Executable file
3
dockerpush.sh
Executable file
|
|
@ -0,0 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
docker push "superseriousbusiness/gotosocial:$(cat version)"
|
||||
Loading…
Add table
Add a link
Reference in a new issue