diff --git a/Dockerfile b/Dockerfile index f4dfa9d..3d6f891 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,11 +4,11 @@ WORKDIR /app EXPOSE 3000 -RUN npm i -g pnpm@9.1.4 +RUN npm i -g pnpm -COPY package.json ./ +ADD package.json pnpm-lock.yaml ./ -COPY patches ./patches +ADD patches ./patches RUN pnpm install diff --git a/components/ChatList.vue b/components/ChatList.vue index 25071b0..df67030 100644 --- a/components/ChatList.vue +++ b/components/ChatList.vue @@ -39,7 +39,8 @@ const md: MarkdownIt = markdownit({