Arvinth K P

Results 2 comments of Arvinth K P

FROM node:21 RUN npm install highcharts-export-server -g RUN apt-get update && \ apt-get install -y wget && \ rm -rf /var/lib/apt/lists/* RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb RUN apt-get update && \ apt-get...

> There are missing anti slash characters thanks for noting it i have updated FROM node:21 ENV HIGHCHARTS_VERSION=11.4.0 RUN npm install highcharts-export-server -g RUN apt-get update && apt-get install -y...