Skip to content

Commit 4aa3330

Browse files
committed
perf: 添加docker-compose/name字段,ui/Dockerfile --frozen-lockfile
1 parent 4e20b00 commit 4aa3330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /admim
44

55
COPY .npmrc package.json yarn.lock ./
66
RUN --mount=type=cache,id=yarn-store,target=/root/.yarn-store \
7-
yarn install
7+
yarn install --frozen-lockfile
88

99
COPY . .
1010
ARG NODE_ENV=""

0 commit comments

Comments
 (0)