chore: add dockerfile, nginx.conf and infra/docker-compose.yml

This commit is contained in:
2026-06-13 20:14:29 +03:00
parent d348e0c347
commit ca6b5f40c3
3 changed files with 54 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
services:
app:
build:
context: ..
dockerfile: dockerfile
ports:
- "80:80"