newservers commited on
Commit
3334fe3
·
verified ·
1 Parent(s): 2fa3176

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -38,6 +38,8 @@ ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome \
38
  PUPPETEER_CACHE_DIR=/tmp/puppeteer_cache \
39
  NODE_ENV=production
40
 
 
 
41
  COPY . /app
42
 
43
  RUN npm install random-useragent puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express axios qs cors
 
38
  PUPPETEER_CACHE_DIR=/tmp/puppeteer_cache \
39
  NODE_ENV=production
40
 
41
+ RUN chmod 777 -R /app
42
+
43
  COPY . /app
44
 
45
  RUN npm install random-useragent puppeteer puppeteer-extra puppeteer-extra-plugin-stealth express axios qs cors