This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
FROM node:20.12.2-slim
|
FROM node:20.12.2-slim
|
||||||
|
|
||||||
ENV NODE_ENV=production
|
ENV NODE_ENV=production
|
||||||
|
ENV CHROME_PATH=/usr/bin/google-chrome
|
||||||
|
ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/google-chrome
|
||||||
|
|
||||||
# Install Chrome and dependencies
|
# Install Chrome and dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
|
|||||||
Reference in New Issue
Block a user