mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
install chrome via apt instead of bundled (#122)
This commit is contained in:
@@ -4,6 +4,11 @@ WORKDIR /fredy
|
|||||||
|
|
||||||
COPY . /fredy
|
COPY . /fredy
|
||||||
|
|
||||||
|
RUN apt-get update && apt-get install -y chromium
|
||||||
|
|
||||||
|
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
|
||||||
|
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium
|
||||||
|
|
||||||
RUN yarn install
|
RUN yarn install
|
||||||
|
|
||||||
RUN yarn global add pm2
|
RUN yarn global add pm2
|
||||||
|
|||||||
Reference in New Issue
Block a user