This commit is contained in:
louiscklaw
2025-02-01 02:02:19 +08:00
parent e3da66c7ba
commit 5aaa313cb2
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