Add run script and changed docker node image to 14.16.0-alpine3.13 and fixed

This commit is contained in:
Sambo Chea 2021-03-06 21:33:26 +07:00
parent 02eb3bae0b
commit ab453096b2
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
from node:14.16.0
from node:14.16.0-alpine3.13
LABEL maintainer="sombochea@cubetiqs.com"
ENV ACCEPT_HIGHCHARTS_LICENSE="YES"

3
scripts/run.sh Normal file
View File

@ -0,0 +1,3 @@
#!/bin/bash
docker run -d --name highcharts-export-server -p 8080:8080 registry.kh.cubetiqs.com/highcharts-export-server