FROM lanqian528/chat2api:latest RUN useradd -m -u 1000 user WORKDIR /app COPY --chown=user ./token.txt /app/data/token.txt