-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(docs): Update-dockerfile to resolve prisma bug #970
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://create-t3-app-git-fork-anthonyposchen-next-t3-oss.vercel.app/ |
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.
Thanks for opening this PR :)
I think someone else on Discord already had this problem recently and didn't find a solution
* docs: starting work on french translation * docs: translate deployment/docker.md to french * docs: translate deployment/vercel.md to french * docs: translate usage/env-variables.md * docs: usage/first-steps.md * docs: usage/next-js.md * docs: usage/typescript.md * docs: usage/prisma.md * docs: usage/tailwind.md * docs: usage/next-auth.md * docs: update deployment/docker.md with updated documentation coming from PR #970 * docs: translate usage/trpc.md to french * docs: translate faq.md to french * docs: update usage/trpc.md in french with #960 * docs: translate t3-collection.md to french * docs: translate installation.md to french * docs: translate introduction.md to french * docs: erratum in t3-collection.md * docs: erratum in introduction.md * docs: translate why.md to french * docs: translate other-recs.md to french * docs: translate folder-structure.md to french * docs: fix typo in next-auth.md (french) * docs: fix wording and typo in few files (french) * docs: enable french on the website * docs: translate deployment/netlify.md to french * docs: update folder-structure to mdx (french) * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/index.astro Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/usage/trpc.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/usage/trpc.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Change some wordings Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: update fr/deployment/index.astro Fix linting issue on fr/deployment/index.astro * docs: revert change on fr/deployment/index.astro * docs: update fr/usage/index.astro * docs: update fr/deployment/index.astro * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com> Co-authored-by: Joachim Justh <joachim.justh@alithya.com> Co-authored-by: Defranos <vincent.guirou@gmail.com>
* docs: starting work on french translation * docs: translate deployment/docker.md to french * docs: translate deployment/vercel.md to french * docs: translate usage/env-variables.md * docs: usage/first-steps.md * docs: usage/next-js.md * docs: usage/typescript.md * docs: usage/prisma.md * docs: usage/tailwind.md * docs: usage/next-auth.md * docs: update deployment/docker.md with updated documentation coming from PR t3-oss#970 * docs: translate usage/trpc.md to french * docs: translate faq.md to french * docs: update usage/trpc.md in french with t3-oss#960 * docs: translate t3-collection.md to french * docs: translate installation.md to french * docs: translate introduction.md to french * docs: erratum in t3-collection.md * docs: erratum in introduction.md * docs: translate why.md to french * docs: translate other-recs.md to french * docs: translate folder-structure.md to french * docs: fix typo in next-auth.md (french) * docs: fix wording and typo in few files (french) * docs: enable french on the website * docs: translate deployment/netlify.md to french * docs: update folder-structure to mdx (french) * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/docker.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/deployment/index.astro Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/usage/trpc.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Update fr/usage/trpc.md Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Change some wordings Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> * docs: update fr/deployment/index.astro Fix linting issue on fr/deployment/index.astro * docs: revert change on fr/deployment/index.astro * docs: update fr/usage/index.astro * docs: update fr/deployment/index.astro * docs: Apply suggestions from code review Co-authored-by: Defranos <vincent.guirou@gmail.com> Co-authored-by: Christopher Ehrlich <ehrlich.christopher@gmail.com> Co-authored-by: Joachim Justh <joachim.justh@alithya.com> Co-authored-by: Defranos <vincent.guirou@gmail.com>
prisma compiling in a dockerfile has stopped working as per prisma/prisma#14073 and a resolution has been posted, so for now might be a good idea to ensure the website documentation works for dockerfiles
✅ Checklist
Changelog
applied patch to ensure dockerfile building works again
Screenshots
💯