mirror of
				https://github.com/yangjian102621/geekai.git
				synced 2025-11-04 08:13:43 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# 前端 Vue 项目构建
 | 
						|
FROM registry.cn-shenzhen.aliyuncs.com/geekmaster/nginx:latest
 | 
						|
 | 
						|
MAINTAINER yangjian<yangjian102621@163.com>
 | 
						|
 | 
						|
WORKDIR /var/www/app
 | 
						|
COPY ./web/dist /var/www/app/dist
 | 
						|
 | 
						|
EXPOSE 80
 | 
						|
EXPOSE 443
 | 
						|
EXPOSE 8080
 |