Update Dockerfile
Browse files- 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
|