680 B
680 B
Biohazard VFX Website - Docker Build Directory Structure
biohazard-vfx/
├── Dockerfile
├── .dockerignore
├── docker-compose.yml
├── .github/
│ └── workflows/
│ ├── docker.yml
│ └── docker-hub.yml
├── scripts/
│ └── build-and-push.sh
└── README.md (updated with Docker instructions)
This structure provides multiple ways to build and deploy your Docker image:
- Manual builds using the Dockerfile directly
- Docker Compose for local development and testing
- GitHub Actions for automated builds to GHCR or Docker Hub
- Manual script for custom registry deployments