mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2024-12-15 06:09:57 +08:00
10 lines
171 B
Bash
10 lines
171 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
docker build -t ai.tencentmusic.com/tme-public/datax:20220601 -f job/datax/Dockerfile .
|
||
|
docker push ai.tencentmusic.com/tme-public/datax:20220601
|
||
|
|
||
|
|
||
|
|