Corrected nixpacks.toml filename

This commit is contained in:
Colin Hill
2024-10-24 14:50:45 -04:00
parent 2773a7ed34
commit 25ac7f8679
3 changed files with 38 additions and 40 deletions

View File

@@ -10,6 +10,7 @@ services:
env_file: ".env.local"
environment:
- NODE_ENV=production
- COMPOSE_PROFILES=production
command: pnpm run dockerstart
profiles:
- production # This service only runs in the production profile
@@ -20,6 +21,7 @@ services:
target: bolt-ai-development
environment:
- NODE_ENV=development
- COMPOSE_PROFILES=development
volumes:
- .:/app
- /app/node_modules