FROM alpine

WORKDIR /www/fusenapi/
COPY ./bin/api-render-srv  /www/fusenapi/
COPY ./etc   /www/fusenapi/etc
CMD ["/www/fusenapi/api-render-srv"]