docker buildでyarn.lockを考慮してなかったのを修正 (#6330)
This commit is contained in:
		
							parent
							
								
									37419886a1
								
							
						
					
					
						commit
						f07564a452
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -22,7 +22,7 @@ RUN apk add --no-cache \ | ||||||
|     python \ |     python \ | ||||||
|     zlib-dev |     zlib-dev | ||||||
| 
 | 
 | ||||||
| COPY package.json ./ | COPY package.json yarn.lock ./ | ||||||
| RUN yarn install | RUN yarn install | ||||||
| COPY . ./ | COPY . ./ | ||||||
| RUN yarn build | RUN yarn build | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue