chatnio / Dockerfile
mistpe's picture
Create Dockerfile
d19988f verified
raw
history blame contribute delete
195 Bytes
FROM programzmh/chatnio:latest
RUN chmod 777 -R /app
VOLUME ["/config", "/logs", "/storage"]
RUN mkdir -p /config && chmod -R 777 /config
RUN mkdir -p /logs && chmod -R 777 /logs
EXPOSE 8094