shiveshnavin commited on
Commit
44751a6
·
1 Parent(s): 6379523
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +7,8 @@ COPY package.ci.json package.json
7
  # Ensure directories and files are writable by everyone
8
  RUN mkdir /public || true
9
  RUN mkdir /out || true
10
- RUN chmod -R 777 /public /out /uploads || true && chmod 666 /index.html || true
 
11
 
12
 
13
  ENTRYPOINT ["npm", "start"]
 
7
  # Ensure directories and files are writable by everyone
8
  RUN mkdir /public || true
9
  RUN mkdir /out || true
10
+ RUN chmod -R 777 /public /out /uploads || true
11
+ RUN chmod 777 /index.html || true
12
 
13
 
14
  ENTRYPOINT ["npm", "start"]