Add run script and changed docker node image to 14.16.0-alpine3.13 and fixed
This commit is contained in:
@@ -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
3
scripts/run.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
docker run -d --name highcharts-export-server -p 8080:8080 registry.kh.cubetiqs.com/highcharts-export-server
|
||||
Reference in New Issue
Block a user