From 7bb547c54e486f52fcb3dff12e05862b5db28e06 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jun 2026 10:08:30 +0200 Subject: [PATCH] Build istruction --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5c8bc32..1bb1761 100644 --- a/README.md +++ b/README.md @@ -211,18 +211,18 @@ Clone the existing repository from the git server to the production server: Project directory structure: internal: contains the source code - scripts/build: contains the scripts to rebuild docker images build.sh <-- define the version tag here, e.g., v1.3 - afasystemadmin/ble-ai-localizer bridge_v1.3 - afasystemadmin/ble-ai-localizer decoder_v1.3 - afasystemadmin/ble-ai-localizer location_v1.3 - afasystemadmin/ble-ai-localizer server_v1.3 - build: folder containing the docker-compose.yaml, which must be kept aligned with the version tag - build/env: environment variable files used by each respective image presense-xxxxx.env - scripts/api/smoke_test.sh runtime test script for verification itself + scripts/build: contains the scripts to rebuild docker images build.sh <-- define the version tag here, e.g., v1.3 + afasystemadmin/ble-ai-localizer bridge_v1.3 + afasystemadmin/ble-ai-localizer decoder_v1.3 + afasystemadmin/ble-ai-localizer location_v1.3 + afasystemadmin/ble-ai-localizer server_v1.3 + build: folder containing the docker-compose.yaml, which must be kept aligned with the version tag + build/env: environment variable files used by each respective image presense-xxxxx.env + scripts/api/smoke_test.sh runtime test script for verification itself Commands for subsequent commits and pushes: Shows modified files not yet added to the commit in red, and modified files added to the commit in green; ignores unmodified files: - git status + git status git add . git commit -m "Modified..."