Files
TX/.dockerignore
T
Riyadh 7fcf516141 Set up Docker environment for local development and deployment
Configure Docker Compose, Dockerfiles for API and web servers, and a startup script to enable local development and deployment of the application.
2026-05-13 19:47:05 +00:00

29 lines
326 B
Plaintext

node_modules
**/node_modules
**/dist
**/build
**/.next
**/.turbo
**/.cache
**/coverage
**/playwright-report
**/test-results
**/.vite
**/.expo
.git
.gitignore
.local
.replit
.cache
attached_assets
storage
**/storage
.env
.env.*
!.env.docker.example
*.log
**/*.log
.DS_Store
artifacts/mockup-sandbox
docker-compose.override.yml