extract SQLAlchemy model in separate python library
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ cd "$(dirname "$0")/.."
|
||||
echo " => Baue Image localhost/kontor-spring:0.3.0"
|
||||
buildah build -t kontor-spring:0.3.0 kontor-spring
|
||||
echo " => Baue Image localhost/kontor-api:0.3.0"
|
||||
buildah build -t kontor-api:0.3.0 kontor-api
|
||||
buildah build --volume /home/tpeetz/projects/kontor/kontor-model:/container/kontor-model kontor-api:0.3.0 kontor-api
|
||||
echo " => Baue Image localhost/kontor-quarkus:0.3.0"
|
||||
buildah build -t kontor-quarkus:0.3.0 kontor-quarkus
|
||||
echo " => Baue Image localhost/kontor-echo:0.3.0"
|
||||
|
||||
+1
-1
@@ -11,7 +11,7 @@ if podman pod exists kontor; then
|
||||
podman pod stop kontor
|
||||
fi
|
||||
|
||||
script/cibuild
|
||||
#script/cibuild
|
||||
|
||||
script/setup
|
||||
|
||||
|
||||
Reference in New Issue
Block a user