/home/suroeste/public_html/payments.transportessuroeste.com
Edit: /home/suroeste/public_html/payments.transportessuroeste.com/.dockerignore (666B)
# ============================================================================
# Docker Build Context Ignores
# ============================================================================
# Git
.git
.gitignore
# IDE
.vscode
.idea
*.swp
*.swo
# Environment
.env
config/.env
# Logs
logs/*
!logs/.gitkeep
# OS
.DS_Store
Thumbs.db
# Docker
docker-compose.override.yml
docker-compose.prod.yml
# Documentation (not needed in container)
docs/
*.md
LICENSE
CHANGELOG.md
CONTRIBUTING.md
# Development
tests/
phpunit.xml
.phpunit.result.cache
# Scripts (not needed in container)
scripts/
# Node (if any)
node_modules/