mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-11-04 15:11:31 +08:00 
			
		
		
		
	Merge pull request #2920 from st3iny/fix/2919/docker-image-clean-exit
Fix docker image not exiting cleanly
This commit is contained in:
		
						commit
						10322c5d0f
					
				@ -4,4 +4,4 @@
 | 
			
		||||
[[ ! -z "${USER_GID}" ]] && groupmod -g ${USER_GID} node || echo "No USER_GID specified, leaving 1000"
 | 
			
		||||
 | 
			
		||||
chown -R node:node /home/node
 | 
			
		||||
su-exec node node ./src/www
 | 
			
		||||
exec su-exec node node ./src/www
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user