Problem Statement
Dockerize your next.js application and publish latest build on docker hub
Technical Details
Image should be of minimal size (use multi stage builds).
Configure the environment variables for next auth, mongodb, backend url etc.
Image with Latest Tag should be published to docker hub, on each master branch push using CI/CD pipeline.
Problem Statement
Dockerize your next.js application and publish latest build on docker hub
Technical Details
Image should be of minimal size (use multi stage builds).
Configure the environment variables for next auth, mongodb, backend url etc.
Image with Latest Tag should be published to docker hub, on each master branch push using CI/CD pipeline.