Reaperxxxx commited on
Commit
4644cc6
·
verified ·
1 Parent(s): 65d48fa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,7 +39,7 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome \
39
  NODE_ENV=production
40
 
41
  COPY . /app
42
-
43
  RUN npm install multer puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express axios qs cors
44
 
45
  RUN npx puppeteer install
 
39
  NODE_ENV=production
40
 
41
  COPY . /app
42
+ RUN chmod -R 777 /app
43
  RUN npm install multer puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express axios qs cors
44
 
45
  RUN npx puppeteer install