Add the DOCKER_COMMIT_HASH env var to the backend Dockerfile
This commit is contained in:
		
							parent
							
								
									62880fac4b
								
							
						
					
					
						commit
						8c27165b8a
					
				@ -1,5 +1,8 @@
 | 
			
		||||
FROM node:16.10.0-buster-slim AS builder
 | 
			
		||||
 | 
			
		||||
ARG commitHash
 | 
			
		||||
ENV DOCKER_COMMIT_HASH=${commitHash}
 | 
			
		||||
 | 
			
		||||
WORKDIR /build
 | 
			
		||||
COPY . .
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user