Cristiano Magro
2025-10-04 2f542f7671d2af2801b297c20d88e9abb87399a7
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