add nodejs

This commit is contained in:
chenc 2023-08-18 13:50:24 +08:00
parent 89f1e777c5
commit 1416707293
2 changed files with 4 additions and 1 deletions

View File

@ -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
View File

@ -0,0 +1,3 @@
#!/bin/bash
npm install
npm run production