FROM hub.kumo.work/alpine # 拷贝编译结果到当前镜像中 COPY ./bin/server / # 拷贝配置文件 COPY ./config/app.ini /data/config/app.ini WORKDIR /data ENTRYPOINT ["/server"]