Dockerize next.js application and publish on docker hub #16
Labels
easy
Sort of easier implementation
enhancement
New feature or request
good first issue
Good for newcomers
new feature
Add something new to the project
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.
The text was updated successfully, but these errors were encountered: