mirror of
				https://github.com/yeasy/docker_practice.git
				synced 2025-10-31 18:21:33 +00:00 
			
		
		
		
	This commit is contained in:
		| @@ -4,7 +4,7 @@ WORKDIR /app | ||||
|  | ||||
| COPY package.json /app/ | ||||
|  | ||||
| RUN npm i --registry=https://registry.npm.taobao.org \ | ||||
| RUN npm i --registry=https://registry.npmmirror.com \ | ||||
|         && rm -rf ~/.npm | ||||
|  | ||||
| COPY src /app/src | ||||
|   | ||||
		Reference in New Issue
	
	Block a user