Changed to yarn
This commit is contained in:
parent
9dba593ce2
commit
7373faf689
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user