ONE-HUB / Dockerfile
Rfym21's picture
Update Dockerfile
b5cc4eb verified
raw
history blame contribute delete
82 Bytes
FROM martialbe/one-api:latest
RUN mkdir -p /data && chmod -R 777 /data
EXPOSE 3000