Cristiano Magro
2025-10-04 0220847bb817a3f0824a6172b65eac95e3a79dd5
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