Skip to content

qoomon/time-timer-webapp

Repository files navigation

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"