# Use the base image FROM pengzhile/new-api # Create /data directory and set permissions RUN mkdir -p /data && chmod 777 /data # Set the entrypoint ENTRYPOINT ["/one-api"]