* build: docker buildのpnpm i実行時にNODE_ENV=productionが指定されるようにする * build: 消す行間違ってたのを修正
This commit is contained in:
		
							parent
							
								
									f41c78a6e3
								
							
						
					
					
						commit
						40c201407d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@ ARG NODE_ENV=production
 | 
				
			||||||
RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
 | 
					RUN --mount=type=cache,target=/root/.local/share/pnpm/store,sharing=locked \
 | 
				
			||||||
	pnpm i --frozen-lockfile --aggregate-output
 | 
						pnpm i --frozen-lockfile --aggregate-output
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARG NODE_ENV=production
 | 
					COPY --link . ./
 | 
				
			||||||
 | 
					
 | 
				
			||||||
RUN git submodule update --init
 | 
					RUN git submodule update --init
 | 
				
			||||||
RUN pnpm build
 | 
					RUN pnpm build
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue