feat: initial commit

This commit is contained in:
2024-07-06 21:21:10 +02:00
commit 96f7c2cfe7
21 changed files with 1511 additions and 0 deletions

3
docker/mod.ts Normal file
View File

@@ -0,0 +1,3 @@
import { Docker } from "./libraries/docker.ts";
export const docker = new Docker();