Skip to content

Commit 06e0732

Browse files
authored
Merge pull request #137 from hackberrydev/janet-1.37.1
Janet 1.37.1
2 parents 22a8333 + aa720a8 commit 06e0732

2 files changed

Lines changed: 21 additions & 1 deletion

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+
```

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ services:
33
build:
44
context: .
55
args:
6-
JANET_VERSION: 1.32.1
6+
JANET_VERSION: 1.37.1
77
JPM_VERSION: v1.1.0
88
container_name: alas
99
image: alas:1.0

0 commit comments

Comments
 (0)