A simple web-based time calculator built with JavaScript, HTML, and CSS.
- Run application using docker compose
docker compose up -d- Open http://localhost:8080 in your browser.
-
Build the Docker image:
docker container run -d -p 8080:80 sabagh/js-time-calculator
-
Open http://localhost:8080 in your browser.
