summaryrefslogtreecommitdiff
path: root/compose-dev.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'compose-dev.yaml')
-rw-r--r--compose-dev.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/compose-dev.yaml b/compose-dev.yaml
deleted file mode 100644
index 81a2ce4..0000000
--- a/compose-dev.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-services:
- app:
- build:
- context: .
- dockerfile: Dockerfile
- entrypoint:
- - sleep
- - infinity
- init: true
- volumes:
- - type: bind
- source: /var/run/docker.sock
- target: /var/run/docker.sock
-