docker

1.sln目录执行

docker build -t webapi -f ./VOL.WebApi/Dockerfile .

 

docker build -t registry.shudieds.com/zxh/idata_webapi:v1.0.2_pro -f ./VOL.WebApi/Dockerfile .

 

 
 
docker build -f ./WebApp/Dockerfile -t webapp:1.0 . --progress=plain --no-cache
 
既然是缺少中文字体,那就安装字体就行了。在Windows系统中复制需要的字体到新建名称为chinese文件夹下,将此文件夹放到与dockerfile同一目录下即可。dockerfile文件中新增内容如下:
 
RUN apt-get -y install fontconfig
COPY ./chinese /usr/share/fonts
RUN fc-cache -vf
docker save -o v1.0.3_pro.tar registry.shudieds.com/zxh/idata_webapi:v1.0.3_pro
posted on 2024-10-06 01:32  雪原日暮  阅读(6)  评论(0编辑  收藏  举报