Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Dockerfile #390

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Added Dockerfile #390

wants to merge 1 commit into from

Conversation

shiblisec
Copy link

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

Copy link

vercel bot commented Feb 5, 2024

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

@dirtycajunrice
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants