feat(infra): add docker image build and deploy pipeline (#13)

This commit is contained in:
Stas
2026-03-05 04:01:08 +03:00
committed by GitHub
parent fad17b690f
commit 4ecafcfe23
11 changed files with 293 additions and 4 deletions

13
.dockerignore Normal file
View File

@@ -0,0 +1,13 @@
.git
.github
.linear
.codex
node_modules
**/node_modules
**/dist
infra/terraform/.terraform
infra/terraform/.terraform.lock.hcl
.env
.env.*
!.env.example
.DS_Store