Skip to content

Commit e5484be

Browse files
committed
Update README
1 parent 22a8333 commit e5484be

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,23 @@ Run tests with:
4646
```sh
4747
./test.sh
4848
```
49+
50+
### Development With Docker
51+
52+
Run the following command to start the Docker container:
53+
54+
```sh
55+
docker compose up --build -d
56+
```
57+
58+
Run the following command to run Bash inside the container:
59+
60+
```sh
61+
docker compose exec alas bash
62+
```
63+
64+
Then run tests with:
65+
66+
```sh
67+
./test.sh
68+
```

0 commit comments

Comments
 (0)