Changed to yarn

This commit is contained in:
Sambo Chea 2021-03-06 21:21:29 +07:00
parent 9dba593ce2
commit 7373faf689

View File

@ -2,7 +2,7 @@ from node:14.16.0
LABEL maintainer="sombochea@cubetiqs.com" LABEL maintainer="sombochea@cubetiqs.com"
ENV ACCEPT_HIGHCHARTS_LICENSE="YES" ENV ACCEPT_HIGHCHARTS_LICENSE="YES"
RUN npm install highcharts-export-server -g RUN yarn add highcharts-export-server -g
WORKDIR /usr/share/fonts/truetype WORKDIR /usr/share/fonts/truetype
ADD fonts/OpenSans-Regular.ttf OpenSans-Regular.ttf ADD fonts/OpenSans-Regular.ttf OpenSans-Regular.ttf