diff --git a/compose-dev.yaml b/compose-dev.yaml new file mode 100644 index 0000000..7780afe --- /dev/null +++ b/compose-dev.yaml @@ -0,0 +1,11 @@ +services: + app: + entrypoint: + - sleep + - infinity + image: ghcr.io/itpplasma/devel-tex:latest + init: true + volumes: + - type: bind + source: /var/run/docker.sock + target: /var/run/docker.sock