Update release command

This commit is contained in:
2025-07-27 01:25:36 +03:00
parent 691e5734d3
commit c32e998619

View File

@@ -5,7 +5,7 @@ java = "temurin-21"
description = 'Build and push docker image'
run = [
'./gradlew build',
'docker build -t memevizor:latest',
'docker build -t memevizor:latest .',
'docker pussh memevizor:latest apps0.pischule.com'
]