generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
e10d108ca8
commit
83616667bb
@ -6,7 +6,7 @@ WORKDIR /usr/src/app
|
|||||||
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching
|
# Copy package.json and package-lock.json separately to fully utilize Docker layer caching
|
||||||
COPY package.json ./
|
COPY package.json ./
|
||||||
COPY pnpm-lock.yaml ./
|
COPY pnpm-lock.yaml ./
|
||||||
RUN pnpm ci --production --silent && pnpm cache clean --force
|
RUN pnpm install --production --silent && pnpm cache clean --force
|
||||||
|
|
||||||
# Opt out of Next.js telemetry
|
# Opt out of Next.js telemetry
|
||||||
RUN npx next telemetry disable
|
RUN npx next telemetry disable
|
||||||
|
Loading…
Reference in New Issue
Block a user