inisialisasi

This commit is contained in:
tias
2024-06-15 16:59:12 +07:00
commit 3e97011f66
90 changed files with 5620 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
echo "-----------------------------------"
echo "Build and deploy api chempion version : $1"
echo "-----------------------------------"
./mvnw package
docker build -f src/main/docker/Dockerfile.jvm -t tias333/api-chempion:v.0.0.$1 .
docker push tias333/api-chempion:v.0.0.$1