Calculator used to determine when most workers take breaks.
-
Clone the repository:
git clone https://github.com/Gekd/busiest_time_calculator.git
-
Navigate into the project directory:
cd busiest_time_calculator
-
Build the Docker image:
docker build -t busiest_time_calculator .
-
Run the Docker container:
docker run -it busiest_time_calculator
Or, if you want to use an external
.txt
file: -
Run the Docker container with a volume mount:
docker run -it -v "<path-to-your-txt-file>:/data" busiest_time_calculator
Insert into command line:
/data/(your .txt file name)
Time entry format <start-time><end-time>
(i.e 11:1512:00
)