ChatNio / Dockerfile
John-Wong's picture
Update Dockerfile
af6d3e3 verified
raw
history blame
168 Bytes
FROM programzmh/chatnio:latest
RUN adduser -u 1000 user
USER user
WORKDIR /
RUN mkdir -p /config; mkdir -p /logs; mkdir -p /storage
RUN chown user chat
CMD ["./chat"]