1 Star 0 Fork 448

heiheiheiq2121 / Blog.Core

forked from 老张的哲学 / Blog.Core 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
DockerBuild.bat 332 Bytes
一键复制 编辑 原始数据 按行查看 历史
MandIand 提交于 2021-08-24 15:21 . fix:change port from 8081 -> 9291
echo off
echo "Press B to build images, P to push to registry, any other key to cancel"
set /p op= :
if "%op%"=="B" goto build
if "%op%"=="P" goto push
exit
:build
docker rmi laozhangisphi/apkimg
docker build -f "Dockerfile" --force-rm -t laozhangisphi/apkimg .
goto end
:push
docker push laozhangisphi/apkimg
goto end
:end
pause
C#
1
https://gitee.com/heiheiheiq2121/Blog.Core.git
git@gitee.com:heiheiheiq2121/Blog.Core.git
heiheiheiq2121
Blog.Core
Blog.Core
master

搜索帮助