remove medium theme, fix navbar re-render, fix Node
This commit is contained in:
@@ -3,6 +3,7 @@ FROM node:20-bookworm
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm install -g npm@10.5.0 --no-fund --no-audit
|
||||
RUN corepack enable
|
||||
|
||||
COPY package.json package-lock.json turbo.json tsconfig.base.json ./
|
||||
COPY apps ./apps
|
||||
|
||||
Reference in New Issue
Block a user