mirror of
https://github.com/bitnami/containers.git
synced 2026-02-11 05:37:27 +08:00
9 lines
224 B
YAML
9 lines
224 B
YAML
version: '2'
|
|
services:
|
|
gradle:
|
|
image: docker.io/bitnami/gradle:7
|
|
# Overriding entrypoint so the container does not exit and we can run some basic tests
|
|
entrypoint: tail -f /dev/null
|
|
volumes:
|
|
- .:/app
|