Commit e9dc81b4 authored by ginuerzh's avatar ginuerzh

update Dockerfile

parent 45022d24
FROM golang:1 as builder FROM golang:1-alpine as builder
ADD . /data ADD . /data
...@@ -14,4 +14,6 @@ WORKDIR /bin/ ...@@ -14,4 +14,6 @@ WORKDIR /bin/
COPY --from=builder /data/cmd/gost/gost . COPY --from=builder /data/cmd/gost/gost .
RUN ls /bin/ && /bin/gost -h
ENTRYPOINT ["/bin/gost"] ENTRYPOINT ["/bin/gost"]
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment