We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 22a8333 + aa720a8 commit 06e0732Copy full SHA for 06e0732
2 files 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
docker-compose.yml
@@ -3,7 +3,7 @@ services:
3
build:
4
context: .
5
args:
6
- JANET_VERSION: 1.32.1
+ JANET_VERSION: 1.37.1
7
JPM_VERSION: v1.1.0
8
container_name: alas
9
image: alas:1.0
0 commit comments