This commit is contained in:
louiscklaw
2025-01-31 21:35:49 +08:00
parent 3ce4f45857
commit 8ee1ccbebc
35 changed files with 1423 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
openjdk:
build:
context: .
volumes:
- $PWD/src:/src
command: sleep infinity
working_dir: /src