From a23fc22dc942de2eeacb4e8dfde44740ee7b7160 Mon Sep 17 00:00:00 2001 From: Manuel <30572287+manuel-rw@users.noreply.github.com> Date: Wed, 7 Jun 2023 21:55:27 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Update=20outdated=20path=20in=20?= =?UTF-8?q?Dockerfile=20(#1017)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee5b0b8e7..e37a254c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ENV NEXT_TELEMETRY_DISABLED 1 ENV NODE_ENV production ENV NODE_OPTIONS '--no-experimental-fetch' -COPY next.config.js ./ +COPY next.config.mjs ./ COPY public ./public COPY package.json ./package.json