mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-11-17 06:23:44 +08:00
尝试优化构建结构
This commit is contained in:
7
cache.install.Dockerfile
Normal file
7
cache.install.Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM sijinhui/node:base AS deps
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
|
||||
RUN yarn install
|
||||
Reference in New Issue
Block a user