caaflaf / Dockerfile
huanghe1223's picture
Update Dockerfile
ffa70e9 verified
raw
history blame contribute delete
122 Bytes
FROM lanqian528/chat2api:latest
RUN useradd -m -u 1000 user
WORKDIR /app
COPY --chown=user ./token.txt /app/data/token.txt