transform icon indicating copy to clipboard operation
transform copied to clipboard

Added Dockerfile

Open shiblisec opened this issue 1 year ago • 2 comments

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

shiblisec avatar Feb 05 '24 06:02 shiblisec

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

vercel[bot] avatar Feb 05 '24 06:02 vercel[bot]

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

dirtycajunrice avatar Jul 12 '24 19:07 dirtycajunrice