/Docker

A simple Node API with Docker

Primary LanguageJavaScript

Command to run the docker image as container

docker run --name node-api-1 -p 4000:4000 -d node-api