-
-
Notifications
You must be signed in to change notification settings - Fork 764
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
Instructions on how to build Docker image #1097
Comments
tiagostutz
changed the title
Give instructions on how to build Docker image
Instructions on how to build Docker image
Mar 24, 2021
Of course, when building in Docker, you'll need to copy |
fangyibkk
added a commit
to fangyibkk/next-i18next
that referenced
this issue
Apr 12, 2021
Update some note according to this [issue](i18next#1097)
Encounter the same problem and found this really help. Thanks a lot, I will create the PR. |
isaachinman
pushed a commit
that referenced
this issue
Apr 13, 2021
* docs: Update README Dockerfile Update some note according to this [issue](#1097) * Add another section called Notes Move the Docker deployment note to such section
DanPurdy
pushed a commit
to DanPurdy/next-i18next
that referenced
this issue
Apr 30, 2021
* docs: Update README Dockerfile Update some note according to this [issue](i18next#1097) * Add another section called Notes Move the Docker deployment note to such section
web-developer77
added a commit
to web-developer77/next-i18next
that referenced
this issue
Aug 2, 2021
* docs: Update README Dockerfile Update some note according to this [issue](i18next/next-i18next#1097) * Add another section called Notes Move the Docker deployment note to such section
Creative0624
added a commit
to Creative0624/I8LNEXT
that referenced
this issue
Sep 23, 2024
* docs: Update README Dockerfile Update some note according to this [issue](i18next/next-i18next#1097) * Add another section called Notes Move the Docker deployment note to such section
crypto523
pushed a commit
to crypto523/next-i18
that referenced
this issue
Oct 4, 2024
* docs: Update README Dockerfile Update some note according to this [issue](i18next/next-i18next#1097) * Add another section called Notes Move the Docker deployment note to such section
dev-arrow
added a commit
to dev-arrow/next-i18next
that referenced
this issue
Nov 25, 2024
* docs: Update README Dockerfile Update some note according to this [issue](i18next/next-i18next#1097) * Add another section called Notes Move the Docker deployment note to such section
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
I struggled building a NextJS Docker image because the provided Docker image doesn't have the
COPY --from=builder /app/next-i18next.config.js ./
instruction. So I had problems withInitial locale argument was not passed into serverSideTranslations
andnext-i18next was unable to find a user config
Describe the solution you'd like
There could be in the README instructions a section "Deploying with Docker" that has the instructions on how to put the config file in the build process
Describe alternatives you've considered
This could be:
Additional context
N/A
The text was updated successfully, but these errors were encountered: