1panel / Dockerfile
aithink's picture
Upload 2 files
a775038 verified
raw
history blame contribute delete
134 Bytes
FROM moelin/1panel:latest
RUN mkdir -p /opt/1panel/log && \
mkdir -p /opt/1panel/db && \
chmod -R 777 /opt/1panel
EXPOSE 10086