asfag654 commited on
Commit
3a078d8
·
verified ·
1 Parent(s): 3e9aa58

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -10,4 +10,5 @@ WORKDIR /zmal
10
  RUN git clone https://github.com/xizeyoupan/Meting-API.git
11
  WORKDIR /zmal/Meting-API
12
  RUN npm i
 
13
  CMD npm run build:all
 
10
  RUN git clone https://github.com/xizeyoupan/Meting-API.git
11
  WORKDIR /zmal/Meting-API
12
  RUN npm i
13
+ RUN chmod -R 777 /zmal
14
  CMD npm run build:all