new-api / Dockerfile
jaimexxxx's picture
Update Dockerfile
c2f3673 verified
Raw
History Blame Contribute Delete
100 Bytes
FROM calciumion/new-api:v0.13.2
USER root
RUN mkdir -p /data && chmod -R 777 /data
WORKDIR /data