quite a lot of things

This commit is contained in:
Arkaprabha Chakraborty
2025-12-06 03:05:44 +05:30
parent 39c61b7790
commit 28733e22d3
42 changed files with 4214 additions and 204 deletions

11
compose.build.yml Normal file
View File

@@ -0,0 +1,11 @@
# Build-only compose file
# Usage: docker compose -f compose.build.yml build
services:
app:
build:
context: .
dockerfile: Dockerfile
target: prod
image: billit:latest
platform: linux/amd64