initial commit #3

This commit is contained in:
Schneider Roland
2024-12-29 14:29:08 +01:00
parent 020272b042
commit fa80afd797
2 changed files with 3 additions and 3 deletions

View File

@@ -9,4 +9,4 @@ echo "build image ${TAG} from folder ${PROJECT_ROOT}"
cd $PROJECT_ROOT
docker build -t $TAG .
docker build --platform linux/amd64 -t $TAG .