Fix Dockerfile
This commit is contained in:
parent
260323b7d0
commit
f1c03442b8
@ -17,10 +17,10 @@ COPY node_modules /app
|
|||||||
# 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
|
||||||
|
Reference in New Issue
Block a user