generated from Fascinated/nextjs-13-template-with-tailwindcss
This commit is contained in:
parent
83616667bb
commit
556f7b4b4d
@ -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 install --production --silent && pnpm cache clean --force
|
RUN pnpm install --production --silent
|
||||||
|
|
||||||
# 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