diff --git a/compose-dev.yaml b/compose-dev.yaml deleted file mode 100644 index 7780afe..0000000 --- a/compose-dev.yaml +++ /dev/null @@ -1,11 +0,0 @@ -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