1FROM calciumion/new-api:latest2 3USER root4 5RUN mkdir -p /data && chmod -R 777 /data6 7WORKDIR /data8