mirror of
				https://github.com/go-micro/go-micro.git
				synced 2025-10-30 23:27:41 +02:00 
			
		
		
		
	Added Dockerfile for go-micro (#959)
This commit is contained in:
		
							
								
								
									
										7
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,7 @@ | ||||
| FROM golang:1.13-alpine | ||||
| ENV GO111MODULE=on | ||||
| RUN apk --no-cache add make git gcc libtool musl-dev | ||||
| WORKDIR / | ||||
| COPY go.mod . | ||||
| COPY go.sum . | ||||
| RUN go mod download | ||||
		Reference in New Issue
	
	Block a user