From b758df9f44dd3132527c5347001d774a0f9d344f Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Sat, 25 Jun 2022 15:14:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Fix=20indentation=20because=20I'?= =?UTF-8?q?m=20a=20perfectionist?= 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 39faff156..22b67051d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM node:16-alpine WORKDIR /app ENV NODE_ENV production COPY /next.config.js ./ -COPY /public ./public +COPY /public ./public COPY /package.json ./package.json # Automatically leverage output traces to reduce image size. https://nextjs.org/docs/advanced-features/output-file-tracing COPY /.next/standalone ./