docker: dockerize, make standalone, will move todos to issues

This commit is contained in:
Aidan 2025-05-08 23:35:20 -04:00
parent 9387a92aed
commit dc08cd05f9
4 changed files with 58 additions and 5 deletions

7
docker-compose.yml Normal file
View file

@ -0,0 +1,7 @@
services:
aidxncc:
build: .
ports:
- 3000:3000
environment:
- NODE_ENV=production