transform
transform copied to clipboard
Added Dockerfile
Added support for Docker, I was deploying this and required a Docker image hence, created a Dockerfile for it.
Instructions to run
- Build docker image
docker build -t transform-app .
- Run the docker container
docker run -d -p 8080:8080 transform-app
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
transform | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Feb 5, 2024 6:37am |
Hey! Thanks for the pull request! Heads up this is just a friendly notice to let you know I will be helping out with the project and reviewing approvals. I am currently refactoring the app to nextjs 14, so modifications of your PR will be needed.
Starting with nextjs 15, selfhosted will no longer be officially supported, so this may need heavy revision