From f1c03442b8fcf22aac9b0f0c7baf97515b4c97e4 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Sat, 29 Oct 2022 15:57:13 +0100 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index a15f09f..4f80114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,10 +17,10 @@ COPY node_modules /app # fi # Rebuild the source code only when needed -FROM node:18-alpine AS builder -WORKDIR /app -COPY --from=deps /app/node_modules ./node_modules -COPY . . +# FROM node:18-alpine AS builder +# WORKDIR /app +# COPY --from=deps /app/node_modules ./node_modules +# COPY . . # Next.js collects completely anonymous telemetry data about general usage. # Learn more here: https://nextjs.org/telemetry