oneapi / Dockerfile
wIK5Ez2o's picture
Update Dockerfile
a0cb145 verified
raw
history blame
108 Bytes
FROM justsong/one-api:latest
RUN mkdir /data/logs
RUN chmod -R 777 /data
EXPOSE 3000
ENTRYPOINT ["/one-api"]