Updated node and docker build and add script

This commit is contained in:
2021-03-06 21:00:21 +07:00
parent e70cb9ee56
commit 9ee57deaa5
2 changed files with 12 additions and 2 deletions

View File

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