-
Notifications
You must be signed in to change notification settings - Fork 110
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 Docker #667
base: staging
Are you sure you want to change the base?
Added Docker #667
Conversation
@ArpitBlagan is attempting to deploy a commit to the Superteam Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
have you tested this by setting up the project only using docker, with these commands?
?? |
no need to implement dark mode. |
okY |
|
check now @a20hek |
but you are still adding commits @ArpitBlagan |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Yes previously I am first creating the migration file first and then run docker compose but then I findout that we don't need to do that so I just updated that |
package.json
Outdated
@@ -4,6 +4,7 @@ | |||
"private": true, | |||
"scripts": { | |||
"dev": "cross-env NODE_ENV=development next dev", | |||
"docker-dev": "pnpm prisma push db && pnpm run dev", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong command; its pnpm prisma db push
i did confirm if you checked once..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/SuperteamDAO/earn/blob/main/CONTRIBUTING.md#making-a-pull-request
also please check the option for allowing edits from maintainers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong command; its
pnpm prisma db push
i did confirm if you checked once..
yes, there was a typo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/SuperteamDAO/earn/blob/main/CONTRIBUTING.md#making-a-pull-request also please check the option for allowing edits from maintainers
sorry I am getting confused here if you are talking about
the checkbox for allow edits from maintainers it is already checked.
What does this PR do?
Added docker file for quick setup
Where should the reviewer start?
How should this be manually tested?
simply create the .env file and run docker compose up
Any background context you want to provide?
No
What are the relevant issues?
NA
Screenshots (if appropriate)