feat: add Dockerfile and build script for multi-stage Docker builds

This commit is contained in:
2025-09-05 05:47:30 +03:00
parent d1e7f4e0f4
commit dfda4992f4
5 changed files with 40 additions and 14 deletions

6
.dockerignore Normal file
View File

@@ -0,0 +1,6 @@
.env
.claude
.idea
Dockerfile
docker-compose.yml
build-docker.sh