update Dockerfile

This commit is contained in:
ginuerzh 2018-12-22 16:13:43 +08:00
parent 6ee452c302
commit 48d66f6d8e

View File

@ -14,6 +14,8 @@ WORKDIR /bin/
COPY --from=builder /data/cmd/gost/gost .
RUN ls /bin/ && /bin/gost -h
RUN chmod u+x gost
RUN ls -l /bin/gost && /bin/gost -h
ENTRYPOINT ["/bin/gost"]