You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- #!/bin/bash
-
- # Build the server
- docker build -t afasystemadmin/ble-ai-localizer:server_v1.1 -f ../../build/package/Dockerfile.server ../../
- ¸
- # Build the location
- docker build -t afasystemadmin/ble-ai-localizer:location_v1.1 -f ../../build/package/Dockerfile.location ../../
-
- # Build the decoder
- docker build -t afasystemadmin/ble-ai-localizer:decoder_v1.1 -f ../../build/package/Dockerfile.decoder ../../
-
- # Build the bridge
- docker build -t afasystemadmin/ble-ai-localizer:bridge_v1.1 -f ../../build/package/Dockerfile.bridge ../../
-
- docker image ls
-
- docker push afasystemadmin/ble-ai-localizer:server_v1.1
- docker push afasystemadmin/ble-ai-localizer:location_v1.1
- docker push afasystemadmin/ble-ai-localizer:decoder_v1.1
- docker push afasystemadmin/ble-ai-localizer:bridge_v1.1
|