選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

20 行
779 B

  1. #!/bin/bash
  2. # Build the server
  3. docker build -t afasystemadmin/ble-ai-localizer:server_v1.1 -f ../../build/package/Dockerfile.server ../../
  4. ¸
  5. # Build the location
  6. docker build -t afasystemadmin/ble-ai-localizer:location_v1.1 -f ../../build/package/Dockerfile.location ../../
  7. # Build the decoder
  8. docker build -t afasystemadmin/ble-ai-localizer:decoder_v1.1 -f ../../build/package/Dockerfile.decoder ../../
  9. # Build the bridge
  10. docker build -t afasystemadmin/ble-ai-localizer:bridge_v1.1 -f ../../build/package/Dockerfile.bridge ../../
  11. docker image ls
  12. docker push afasystemadmin/ble-ai-localizer:server_v1.1
  13. docker push afasystemadmin/ble-ai-localizer:location_v1.1
  14. docker push afasystemadmin/ble-ai-localizer:decoder_v1.1
  15. docker push afasystemadmin/ble-ai-localizer:bridge_v1.1