- Split Dockerfile into multi-stage build to reduce final image size - Update docker-compose.yml with restart policies and health checks - Improve .dockerignore files for both frontend and backend - Fix MinIO bucket creation script to use 'alias set' instead of deprecated command - Enhance PostgreSQL healthcheck configuration
10 lines
80 B
Plaintext
10 lines
80 B
Plaintext
node_modules
|
|
npm-debug.log
|
|
.scannerwork
|
|
coverage
|
|
.dockerignore
|
|
.git
|
|
*.md
|
|
tests
|
|
|