1 Commits
v1.3 ... v1.4

Author SHA1 Message Date
zyronon
9d8758eb31 refactor: update Dockerfile 2024-05-01 21:09:08 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ lerna-debug.log*
node_modules
.DS_Store
dist
dist-ssr
coverage
*.local

View File

@@ -6,7 +6,7 @@ ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable
WORKDIR /src
COPY ./ /src
COPY ./ ./
# RUN两次方便观察install和build, 也可以用pnpm cache and locked
RUN pnpm install