mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 为需要字体的服务 补充字体
This commit is contained in:
		@@ -11,6 +11,10 @@ RUN mkdir -p /ruoyi/server/logs \
 | 
			
		||||
 | 
			
		||||
WORKDIR /ruoyi/server
 | 
			
		||||
 | 
			
		||||
# 补全alpine镜像缺失字体问题
 | 
			
		||||
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
 | 
			
		||||
RUN apk add fontconfig && apk add --update ttf-dejavu && fc-cache --force
 | 
			
		||||
 | 
			
		||||
ENV SERVER_PORT=8080 LANG=C.UTF-8 LC_ALL=C.UTF-8 JAVA_OPTS=""
 | 
			
		||||
 | 
			
		||||
EXPOSE ${SERVER_PORT}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user