Add yarn global
This commit is contained in:
parent
7373faf689
commit
02eb3bae0b
@ -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 yarn add highcharts-export-server -g
|
RUN yarn global add highcharts-export-server
|
||||||
|
|
||||||
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