initial commit - code moved to separate repo

This commit is contained in:
Dobromir Popov
2024-02-22 04:19:38 +02:00
commit 560d503219
240 changed files with 105125 additions and 0 deletions

13
_deploy/test.11.yml Normal file
View File

@ -0,0 +1,13 @@
version: "3"
services:
nextjs-app:
image: node:20.11.0-alpine
ports:
- "5002:3000"
working_dir: /app
volumes:
- /mnt/storage/DEV/workspace/repos/git.d-popov.com/next-cart-app/next-cart-app:/app
environment:
- NODE_ENV=test
command: /bin/sh -c "npm install && npx prisma generate && npm run test; tail -f /dev/null" # Install dependencies and start the app