added build and push scripts

This commit is contained in:
Angoosh Leviocki 2024-10-24 16:11:15 +02:00
parent b85c6e7b53
commit ba0e125a13
Signed by: angoosh
GPG Key ID: 2DAE446D291BD8D3
2 changed files with 4 additions and 0 deletions

2
build.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker build -t gitea.angoosh.com/meiri/alkator/api:latest .

2
push.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
docker push gitea.angoosh.com/meiri/alkator/api:latest