Fix Dockerfile
This commit is contained in:
parent
73b6f4795b
commit
13e8c0a97c
@ -24,6 +24,8 @@ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
|||||||
# Uncomment the following line in case you want to disable telemetry during the build.
|
# Uncomment the following line in case you want to disable telemetry during the build.
|
||||||
ENV NEXT_TELEMETRY_DISABLED 1
|
ENV NEXT_TELEMETRY_DISABLED 1
|
||||||
|
|
||||||
|
RUN npm i
|
||||||
|
|
||||||
# Build the project
|
# Build the project
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
@ -50,7 +52,6 @@ COPY --from=builder --chown=nextjs:nodejs /app/public ./.next/static
|
|||||||
# Copy cached files
|
# Copy cached files
|
||||||
COPY node_modules ./
|
COPY node_modules ./
|
||||||
|
|
||||||
RUN npm i
|
|
||||||
|
|
||||||
RUN chown -R nextjs:nodejs /app
|
RUN chown -R nextjs:nodejs /app
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user