www: update to use yarn and not npm

This commit is contained in:
Mathieu Virbel
2023-07-27 16:58:41 +02:00
parent 7bd3d54d15
commit ee080e1ab2
4 changed files with 210 additions and 1963 deletions

View File

@@ -29,8 +29,8 @@ COPY --link . .
ENV NEXT_TELEMETRY_DISABLED 1
# If using npm comment out above and use below instead
# RUN yarn build
RUN npm run build
RUN yarn build
# RUN npm run build
# Production image, copy all the files and run next
FROM base AS runner