add nodejs
This commit is contained in:
parent
89f1e777c5
commit
1416707293
@ -1,6 +1,6 @@
|
||||
IMAGE_BASE=registry.cn-hangzhou.aliyuncs.com/aix_chenc
|
||||
################ Elasticsearch ######################
|
||||
ELK_VERSION=7.17.7
|
||||
ELK_VERSION=7.17.10
|
||||
ELASTICSEARCH_HOST_HTTP_PORT=9200
|
||||
|
||||
################ KIBANA ######################
|
||||
|
||||
3
nodejs/entrypoint.sh
Normal file
3
nodejs/entrypoint.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
npm install
|
||||
npm run production
|
||||
Loading…
x
Reference in New Issue
Block a user