Initial commit

This commit is contained in:
Akshay Kolli
2026-02-08 02:32:45 -05:00
commit 3f72118348
26 changed files with 6355 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
admin_dash:
build: .
container_name: admin_dash
restart: always
ports:
- "3333:3000"
environment:
- NODE_ENV=production