This commit is contained in:
2025-08-13 13:05:31 +02:00
commit ecc54c0cfd
12 changed files with 1479 additions and 0 deletions

11
docker-compose.yaml Normal file
View File

@@ -0,0 +1,11 @@
services:
stupid-apis-service:
build: .
container_name: sort-service
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development