fix: Add required .npmrc into dockerfile
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Build and Push Development Docker Image / build-and-push (push) Successful in 1m1s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Build and Push Development Docker Image / build-and-push (push) Successful in 1m1s
				
			This commit is contained in:
		@@ -13,6 +13,7 @@ FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
WORKDIR /app
 | 
					WORKDIR /app
 | 
				
			||||||
COPY --from=build /app/package.json ./package.json
 | 
					COPY --from=build /app/package.json ./package.json
 | 
				
			||||||
 | 
					COPY --from=build /app/.npmrc ./.npmrc
 | 
				
			||||||
COPY --from=build /app/build ./build
 | 
					COPY --from=build /app/build ./build
 | 
				
			||||||
RUN pnpm install --prod
 | 
					RUN pnpm install --prod
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user