newchatjw / Dockerfile
yixian666's picture
Update Dockerfile
116f3fe verified
raw
history blame contribute delete
190 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