Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 216 Bytes

File metadata and controls

10 lines (5 loc) · 216 Bytes

Server simple nodejs with Docker.

Installation

docker build -t [USER-NAME]/node-server .

docker run -d -p 9000:9000 --name node-server-container [USER-NAME]/node-server

test in browser: http://localhost:9000