FROM alpine WORKDIR /www/fusenapi/ COPY ./bin/api-websocket-srv /www/fusenapi/ COPY ./etc /www/fusenapi/etc CMD ["/www/fusenapi/api-websocket-srv"]