oneapi / Dockerfile
wIK5Ez2o's picture
Update Dockerfile
7bb0d75 verified
raw
history blame
122 Bytes
FROM justsong/one-api:latest
RUN mkdir /data/logs
RUN chmod -R 777 /data
EXPOSE 3000
CMD ["echo", "Hi~", "&&", "/one-api"]