minimal-setup #2
8
docker/docker-compose.yml
Normal file
8
docker/docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: '3'
|
||||
|
||||
services:
|
||||
builder:
|
||||
image: ubuntu:latest
|
||||
command: tail -f /dev/null
|
||||
volumes:
|
||||
- ../:/var/app
|
||||
Reference in New Issue
Block a user