Fix Dockerfile

This commit is contained in:
Liam 2022-10-29 16:05:29 +01:00
parent d29666023e
commit 54f06ea06f

@ -14,10 +14,10 @@ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
# fi # fi
# Rebuild the source code only when needed # Rebuild the source code only when needed
# FROM node:18-alpine AS builder FROM node:18-alpine AS builder
# WORKDIR /app WORKDIR /app
# COPY --from=deps /app/node_modules ./node_modules # COPY --from=deps /app/node_modules ./node_modules
# COPY . . COPY . .
# Next.js collects completely anonymous telemetry data about general usage. # Next.js collects completely anonymous telemetry data about general usage.
# Learn more here: https://nextjs.org/telemetry # Learn more here: https://nextjs.org/telemetry