mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
Update Dockerfile
This commit is contained in:
parent
f79dc2352f
commit
6c8b53a715
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user