From 0de95e07f3b33f0655d373b7c73e5d457a8bff5f Mon Sep 17 00:00:00 2001 From: "don.cryptus" Date: Sun, 19 May 2024 22:28:09 +0200 Subject: [PATCH] asd --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index b02c3c41..beafc55b 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -36,7 +36,7 @@ RUN apk add --no-cache tzdata ENV TZ=Europe/Berlin RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -COPY --from=builder /app/next.config.js ./ +COPY --from=builder /app/next.config.mjs ./ COPY --from=builder /app/i18n.ts ./i18n.ts COPY --from=builder /app/public ./public COPY --from=builder /app/.next ./.next