oneapi / Dockerfile
ngoctuanai's picture
Create Dockerfile
b112922
raw
history blame contribute delete
111 Bytes
FROM justsong/one-api-en:latest
RUN mkdir /data/logs
RUN chmod -R 777 /data
EXPOSE 3000
ENTRYPOINT ["/one-api"]