You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add dockerfile and .dockerignore for containerizing bytenotes web app.
- Added Dockerfile to containerize the Next.js application with Node 20.12.0 Alpine.
- Configured Dockerfile to set up the environment, install dependencies, generate Prisma client, and build the application.
- Added .dockerignore to exclude unnecessary files like node_modules, .next, .git, and environment files during the Docker build process.
0 commit comments