FROM alpine:latest LABEL maintainer="lzc256 " WORKDIR /app COPY . /app/ RUN chmod +x /app/zbproxy CMD ["/app/zbproxy"]