Cristiano Magro
2025-10-04 e5a1eb3a012293ddb7e7110a084855d94106d9a3
1
2
3
4
5
6
7
8
9
10
11
services:
  java-dev:
    build:
      context: .
      dockerfile: Dockerfile
    container_name: java-dev
    volumes:
      - ..:/workspace:cached
    tty: true
    command: sleep infinity