# ttranslate **Repository Path**: zicjin/ttranslate ## Basic Information - **Project Name**: ttranslate - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-05-25 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## build ./gradlew docker ## get from registry # dev docker login --username=312681001 ccr.ccs.tencentyun.com docker tag socode/ttranslate ccr.ccs.tencentyun.com/socode/ttranslate:latest docker push ccr.ccs.tencentyun.com/socode/ttranslate:latest # server docker login --username=312681001 ccr.ccs.tencentyun.com docker pull ccr.ccs.tencentyun.com/socode/ttranslate:latest docker tag ccr.ccs.tencentyun.com/socode/ttranslate:latest socode/ttranslate docker-compose -f docker-compose.prod.yml up -d