ChatGPT-Next-Web/cache.install.Dockerfile
2024-09-26 18:42:51 +08:00

8 lines
96 B
Docker

FROM sijinhui/node:base AS deps
WORKDIR /app
COPY package.json yarn.lock ./
RUN yarn install