Cristiano Magro
2025-10-05 12a2fa369bebf06753654ae56d607465419b0553
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