Skip to content

Simple, containerized HTTP server for running in NodeJS.

Notifications You must be signed in to change notification settings

svejk-ciber/nodejs-helloworld

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nodejs-helloworld

Simple, containerized HTTP server for running in NodeJS.

How to build

$ docker build -t nodejs-helloworld .

How to run

Run locally with node

$ WORLD_STATE=correct node app.js

Run the docker image

$ docker run -p 3000:3000 -d -e WORLD_STATE=cruel nodejs-helloworl

About

Simple, containerized HTTP server for running in NodeJS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 77.4%
  • Dockerfile 22.6%