na / Dockerfile
rclon's picture
Update Dockerfile
bfde18c verified
raw
history blame
183 Bytes
# Use the base image
FROM pengzhile/new-api
# Create /data directory and set permissions
RUN mkdir -p /data && chmod 777 /data
# Set the entrypoint
ENTRYPOINT ["/one-api"]