Skip to content
Snippets Groups Projects
Unverified Commit 1ab7999d authored by David Beniamine's avatar David Beniamine
Browse files

Symlink

parent 20023ec5
No related branches found
No related tags found
No related merge requests found
Pipeline #339 passed
...@@ -9,6 +9,8 @@ RUN apk add --no-cache \ ...@@ -9,6 +9,8 @@ RUN apk add --no-cache \
ENV CHROME_BIN="/usr/bin/chromium-browser" \ ENV CHROME_BIN="/usr/bin/chromium-browser" \
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true" PUPPETEER_SKIP_CHROMIUM_DOWNLOAD="true"
RUN ln -s /usr/bin/chromium-browser /usr/bin/chromium
RUN npm install mermaid-filter RUN npm install mermaid-filter
ENV PATH=${PATH}:/data/node_modules/.bin ENV PATH=${PATH}:/data/node_modules/.bin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment