Skip to content

Commit

Permalink
Testing docker dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed May 14, 2024
1 parent 77dd76f commit 41d175d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions compose-dev.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 41d175d

Please sign in to comment.