1 Star 0 Fork 460

var/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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/akniflag/Blog.Core.git
git@gitee.com:akniflag/Blog.Core.git
akniflag
Blog.Core
Blog.Core
master

搜索帮助