A modern, animated portfolio website built with Next.js 15, React 19, and TypeScript.
1.6K
This Docker image contains a modern, interactive portfolio website built with Next.js, React, and TypeScript. The image is optimized for production deployment with a multi-stage build process that minimizes image size and improves security.
# Run the container with default settings
docker run -p 3000:3000 priyanshu085/portfolio
# Run with environment variables for contact form
docker run -p 3000:3000 -e RESEND_API_KEY=your_api_key priyanshu085/portfolio
| Variable | Description | Required |
|---|---|---|
| RESEND_API_KEY | API key for the contact form email service | Yes (for contact form) |
For custom content, you can mount these volumes:
# Mount custom public directory
docker run -p 3000:3000 -v /your/public/folder:/app/public priyanshu085/portfolio
The source code for this Docker image is available on GitHub.
For issues or questions about this Docker image, please create an issue on GitHub.
Content type
Image
Digest
sha256:f2901597c…
Size
97 MB
Last updated
about 1 year ago
docker pull coderx85/portfolio