mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	[docker] drop the docker Makefile from the image (#6507)
This commit is contained in:
		
				
					committed by
					
						
						techknowlogick
					
				
			
			
				
	
			
			
			
						parent
						
							0081cd8dfe
						
					
				
				
					commit
					dab38c375d
				
			@@ -56,6 +56,6 @@ VOLUME ["/data"]
 | 
				
			|||||||
ENTRYPOINT ["/usr/bin/entrypoint"]
 | 
					ENTRYPOINT ["/usr/bin/entrypoint"]
 | 
				
			||||||
CMD ["/bin/s6-svscan", "/etc/s6"]
 | 
					CMD ["/bin/s6-svscan", "/etc/s6"]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
COPY docker /
 | 
					COPY docker/root /
 | 
				
			||||||
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 /app/gitea/gitea /usr/local/bin/gitea
 | 
					RUN ln -s /app/gitea/gitea /usr/local/bin/gitea
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user