Reaperxxxx commited on
Commit
d5fccd8
·
verified ·
1 Parent(s): b8f772a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -8
Dockerfile CHANGED
@@ -6,14 +6,7 @@ RUN git clone https://github.com/reaperofssa/Session /app/session
6
 
7
  RUN yarn install
8
 
9
- RUN chmod -R 777 /app \
10
- && chmod -R 777 /app/session \
11
- && chmod 666 /app/messages.json \
12
- && chmod -R 777 . \
13
- && chmod +x /app/start.sh \
14
- && chmod +x /app/public \
15
- && chmod +x /app/Temp \
16
- && chmod +x /app/uploads
17
 
18
  EXPOSE 7860
19
 
 
6
 
7
  RUN yarn install
8
 
9
+ RUN chmod -R 777 /app
 
 
 
 
 
 
 
10
 
11
  EXPOSE 7860
12