Pages/API endpoints using the Next.js App Router + their direct components that are not used elsewhere
Everything else, such as reusable components, utility functions, repositories/database access, etc.
- Build the production image
$ docker build -t zeppelin-feedback-portal -f docker/production/Dockerfile .
- Log in to the container registry (use a personal access token as password)
$ docker login ghcr.io -u YOUR_USERNAME_HERE
- Push the built image
$ docker push ghcr.io/ZeppelinBot/zeppelin-feedback-portal:latest