25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- #!/bin/bash
-
- # Build the server
- docker build -t afasystemadmin/ble-ai-localizer:server_v1 -f ../../build/package/Dockerfile.server ../../
-
- # Build the location
- docker build -t afasystemadmin/ble-ai-localizer:location_v1 -f ../../build/package/Dockerfile.location ../../
-
- # Build the decoder
- docker build -t afasystemadmin/ble-ai-localizer:decoder_v1 -f ../../build/package/Dockerfile.decoder ../../
-
- # Build the bridge
- docker build -t afasystemadmin/ble-ai-localizer:bridge_v1 -f ../../build/package/Dockerfile.bridge ../../
-
- docker image ls
-
- docker push afasystemadmin/ble-ai-localizer:server_v1
- docker push afasystemadmin/ble-ai-localizer:location_v1
- docker push afasystemadmin/ble-ai-localizer:decoder_v1
- docker push afasystemadmin/ble-ai-localizer:bridge_v1
|