mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-03 23:14:13 +00:00 
			
		
		
		
	* 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 \
 | 
			
		||||
	pnpm i --frozen-lockfile --aggregate-output
 | 
			
		||||
 | 
			
		||||
ARG NODE_ENV=production
 | 
			
		||||
COPY --link . ./
 | 
			
		||||
 | 
			
		||||
RUN git submodule update --init
 | 
			
		||||
RUN pnpm build
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue