We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22a8333 commit e5484beCopy full SHA for e5484be
1 file changed
README.md
@@ -46,3 +46,23 @@ Run tests with:
46
```sh
47
./test.sh
48
```
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
61
+docker compose exec alas bash
62
63
64
+Then run tests with:
65
66
67
+./test.sh
68
0 commit comments