A basic nodejs webpage to display Flexible Engine current ECS information
- Node 8
- Git
Clone the repo and install the dependencies.
git clone https://github.com/antonin-a/nodejs-ECSinfo.git
cd nodejs-ECSinfo
npm install
npm run start
You can also run this app as a Docker container:
Step 1: Clone the repo
git clone https://github.com/antonin-a/nodejs-ECSinfo.git
Step 2: Build the Docker image
docker build -t ecs-info .
Step 3: Run the Docker container locally:
docker run -p 3000:3000 -d ecs-info