Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 217 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 217 Bytes

simplewebserver

A very simple webserver with event listeners for SIGINT & SIGTERM using Docker and docker-compose

Getting started:

  • git clone repo
  • inside cloned directory:
    • npm i
    • docker-compose up