1
0

initial commit

This commit is contained in:
2025-08-07 00:17:31 +02:00
commit 47a7c73316
11 changed files with 2676 additions and 0 deletions

12
docker-compose.yml Normal file
View File

@@ -0,0 +1,12 @@
version: "3.9"
services:
app:
build: .
ports:
- "3000:3000"
environment:
NODE_ENV: development
volumes:
- ./volume:./usr/src/app/volume
command: npm start