Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 162 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 162 Bytes

CurrentTime

Build the docker image: docker build -t current-time .

Run the image: docker run -p 4000:4000 -t current-time

Visit http://localhost:4000