mirror of
				https://github.com/bjdgyc/anylink.git
				synced 2025-10-31 08:29:33 +08:00 
			
		
		
		
	Update Dockerfile
不支持node18,更换Docker中指定的node版本
This commit is contained in:
		| @@ -1,5 +1,5 @@ | ||||
| # web | ||||
| FROM node:lts-alpine as builder_node | ||||
| FROM node:16.17.1-alpine3.15 as builder_node | ||||
| WORKDIR /web | ||||
| COPY ./web /web | ||||
| RUN yarn install \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user