mirror of
				https://github.com/juanfont/headscale.git
				synced 2025-10-28 10:51:44 +01:00 
			
		
		
		
	Merge pull request #615 from demiflat/fix_typo
This commit is contained in:
		
						commit
						54acee6880
					
				| @ -8,7 +8,7 @@ RUN go mod download | ||||
| 
 | ||||
| COPY . . | ||||
| 
 | ||||
| RUN GGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN CGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN strip /go/bin/headscale | ||||
| RUN test -e /go/bin/headscale | ||||
| 
 | ||||
|  | ||||
| @ -9,7 +9,7 @@ RUN go mod download | ||||
| 
 | ||||
| COPY . . | ||||
| 
 | ||||
| RUN GGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN CGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN strip /go/bin/headscale | ||||
| RUN test -e /go/bin/headscale | ||||
| 
 | ||||
|  | ||||
| @ -8,7 +8,7 @@ RUN go mod download | ||||
| 
 | ||||
| COPY . . | ||||
| 
 | ||||
| RUN GGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN CGO_ENABLED=0 GOOS=linux go install -a ./cmd/headscale | ||||
| RUN test -e /go/bin/headscale | ||||
| 
 | ||||
| # Debug image | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user