Bowling/README.md
2025-03-19 10:30:20 +01:00

8 lines
265 B
Markdown

# Bowling
To run the project, simply follow these steps:
1. `git clone https://git.rbwr.dk/owner/Bowling.git`
2. `docker build -t bowling .`
3. `docker run --rm bowling`
To change bowling score, simply edit the `rolls.txt` file, and build the docker image again.