mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	feat(nx/server): add build/run scripts for docker rootless
This commit is contained in:
		
							parent
							
								
									a32f355193
								
							
						
					
					
						commit
						aa10638fd8
					
				| @ -149,6 +149,12 @@ | |||||||
|           }, |           }, | ||||||
|           "alpine": { |           "alpine": { | ||||||
|             "command": "docker build . -t triliumnext-alpine -f Dockerfile.alpine" |             "command": "docker build . -t triliumnext-alpine -f Dockerfile.alpine" | ||||||
|  |           }, | ||||||
|  |           "rootless-debian": { | ||||||
|  |             "command": "docker build . -t triliumnext-rootless-debian -f Dockerfile.rootless" | ||||||
|  |           }, | ||||||
|  |           "rootless-alpine": { | ||||||
|  |             "command": "docker build . -t triliumnext-rootless-alpine -f Dockerfile.alpine.rootless" | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
| @ -164,6 +170,12 @@ | |||||||
|           }, |           }, | ||||||
|           "alpine": { |           "alpine": { | ||||||
|             "command": "docker run -p 8081:8080 triliumnext-alpine" |             "command": "docker run -p 8081:8080 triliumnext-alpine" | ||||||
|  |           }, | ||||||
|  |           "rootless-debian": { | ||||||
|  |             "command": "docker run -p 8081:8080 triliumnext-rootless-debian" | ||||||
|  |           }, | ||||||
|  |           "rootless-alpine": { | ||||||
|  |             "command": "docker run -p 8081:8080 triliumnext-rootless-alpine" | ||||||
|           } |           } | ||||||
|         } |         } | ||||||
|       }, |       }, | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran