Add spider-net and auto docker stuff
This commit is contained in:
		
							
								
								
									
										13
									
								
								spider-net/Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								spider-net/Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
FROM golang:1.22.5
 | 
			
		||||
 | 
			
		||||
WORKDIR /app
 | 
			
		||||
 | 
			
		||||
#COPY go.mod go.sum ./
 | 
			
		||||
#RUN go mod download
 | 
			
		||||
 | 
			
		||||
#COPY *.go ./
 | 
			
		||||
#RUN CGO_ENABLED=0 GOOS=linux go build -o /spider-net
 | 
			
		||||
 | 
			
		||||
COPY spider-net /spider-net
 | 
			
		||||
 | 
			
		||||
CMD ["/spider-net"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user