Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 741 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 741 Bytes

time-timer-webapp starline

Build & Deploy

Screenshot

screenshot

Docker Instructions

# initial setup
docker build -t qoomon/time-timer-webapp https://github.com/qoomon/time-timer-webapp.git
# start the service
docker run --rm -p 8080:80 qoomon/time-timer-webapp
# open the app in your browser
xdg-open "http://localhost:8080"