mistpe commited on
Commit
d19988f
·
verified ·
1 Parent(s): cbb53fc

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +11 -0
Dockerfile ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ FROM programzmh/chatnio:latest
2
+
3
+ RUN chmod 777 -R /app
4
+
5
+ VOLUME ["/config", "/logs", "/storage"]
6
+
7
+ RUN mkdir -p /config && chmod -R 777 /config
8
+
9
+ RUN mkdir -p /logs && chmod -R 777 /logs
10
+
11
+ EXPOSE 8094