Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 360 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 360 Bytes

Clone the repository on the server

git clone https://github.com/MyrelleDamas/NODEJSBACKEND

Install dependencies

npm install

Install skywalking agent

npm install --save skywalking-backend-js

Run the app

npm run start

Build Docker image

$ cd /NODEJSBACKEND 
$ docker build -t hello-world-image .