- Introduced Dockerfile for multi-stage application build and deployment using Nginx. - Added .dockerignore to exclude unnecessary files from the Docker context. - Created nginx.conf for server configuration, including Gzip compression and SPA routing. - Implemented Gitea CI/CD workflow for building and pushing Docker images on version tags.