mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 20:21:47 +01:00 
			
		
		
		
	Fix docker build (#4358)
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
This commit is contained in:
		
							parent
							
								
									fc53f95f23
								
							
						
					
					
						commit
						c3bbf43970
					
				| @ -58,4 +58,4 @@ CMD ["/bin/s6-svscan", "/etc/s6"] | |||||||
| 
 | 
 | ||||||
| COPY docker / | COPY docker / | ||||||
| COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea | COPY --from=build-env /go/src/code.gitea.io/gitea/gitea /app/gitea/gitea | ||||||
| RUN ln -s /usr/local/bin/gitea /app/gitea/gitea | RUN ln -s /app/gitea/gitea /usr/local/bin/gitea | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user