9 lines
282 B
Markdown
9 lines
282 B
Markdown
# Bowling
|
|
|
|
To run the project, simply follow these steps:
|
|
1. `git clone https://git.rbwr.dk/owner/Bowling.git`
|
|
2. `cd Bowling/`
|
|
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. |