123 / Dockerfile
new-one-api's picture
Create Dockerfile
99129d9 verified
raw
history blame contribute delete
128 Bytes
FROM moelin/1panel:latest
RUN mkdir -p /opt/1panel/log && \
mkdir -p /opt/1panel/db && \
chmod -R 777 /opt/1panel
EXPOSE 10086