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