From 54f06ea06f5af56ae6eea83a1a21d992d158dce4 Mon Sep 17 00:00:00 2001 From: Liam <67254223+RealFascinated@users.noreply.github.com> Date: Sat, 29 Oct 2022 16:05:29 +0100 Subject: [PATCH] Fix Dockerfile --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ee57f17..b7ff415 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,10 +14,10 @@ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./ # fi # Rebuild the source code only when needed -# FROM node:18-alpine AS builder -# WORKDIR /app +FROM node:18-alpine AS builder +WORKDIR /app # COPY --from=deps /app/node_modules ./node_modules -# COPY . . +COPY . . # Next.js collects completely anonymous telemetry data about general usage. # Learn more here: https://nextjs.org/telemetry