Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 661 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 661 Bytes

nodejs-ECSinfo

A basic nodejs webpage to display Flexible Engine current ECS information

Requirements

  • Node 8
  • Git

Common setup

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

Use Docker

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