[2] fix build

This commit is contained in:
vchikalkin 2023-10-16 18:01:22 +03:00
parent 80c57e6440
commit b3641554e1

View File

@ -42,7 +42,7 @@ RUN addgroup --system --gid 1001 nodejs
RUN adduser --system --uid 1001 nextjs
USER nextjs
COPY --from=installer /app/apps/web/next.config.js .
COPY --from=installer /app/apps/web/next.config.mjs .
COPY --from=installer /app/apps/web/package.json .
# Automatically leverage output traces to reduce image size