mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-03-07 15:08:51 +08:00
10 lines
198 B
Bash
10 lines
198 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
docker build -t ai.tencentmusic.com/tme-public/deploy-service:20211001 -f job/deploy-service/Dockerfile .
|
|
docker push ai.tencentmusic.com/tme-public/deploy-service:20211001
|
|
|
|
|
|
|