🐛 Fix i18n not loading properly due to ES module config extension (#1029)

This commit is contained in:
Manuel
2023-06-09 22:47:54 +02:00
committed by GitHub
parent a307287d36
commit 7da3ba5981
5 changed files with 27 additions and 20 deletions

View File

@@ -5,7 +5,7 @@ ENV NEXT_TELEMETRY_DISABLED 1
ENV NODE_ENV production
ENV NODE_OPTIONS '--no-experimental-fetch'
COPY next.config.mjs ./
COPY next.config.js ./
COPY public ./public
COPY package.json ./package.json