1FROM justsong/one-api2 3ENV PORT 78604 5RUN mkdir /data/logs6RUN chmod -R 777 /data7 8ENTRYPOINT ["/one-api"]