mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
7 lines
145 B
YAML
7 lines
145 B
YAML
version: '3'
|
|
services:
|
|
httpx:
|
|
image: ghcr.io/graalvm/truffleruby:latest
|
|
entrypoint:
|
|
- bash
|
|
- /home/test/support/ci/build.sh |