Replace Makefile with brewkit, replace .env file with config in docker-compose, add instructions in README

This commit is contained in:
2025-04-26 11:29:51 +03:00
parent 4c205b528f
commit c9b3cf9157
12 changed files with 185 additions and 15 deletions
+7
View File
@@ -0,0 +1,7 @@
local project = import 'brewkit/project.libsonnet';
local appIDs = [
"anon3anon",
];
project.project(appIDs)