mirror of
				https://github.com/teddysun/across.git
				synced 2025-10-31 16:55:33 +08:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		| @@ -5,13 +5,13 @@ | ||||
|  | ||||
| FROM golang:alpine as builder | ||||
| RUN set -ex && apk add --update git \ | ||||
| 	&& go get github.com/txthinking/brook/cli/brook | ||||
| 	&& go get -u -v github.com/txthinking/brook/cli/brook | ||||
|  | ||||
| FROM alpine:latest | ||||
| LABEL maintainer="Teddysun <i@teddysun.com>" | ||||
|  | ||||
| COPY --from=builder /go/bin /usr/bin | ||||
| COPY --from=builder /go/bin/brook /usr/bin | ||||
|  | ||||
| ENV ARGS="server -l :9000 -p password0" | ||||
|  | ||||
| CMD /usr/bin/brook $ARGS | ||||
| CMD brook $ARGS | ||||
|   | ||||
		Reference in New Issue
	
	Block a user