mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 21:04:15 +00:00
fix: optimize docker frontend cache
This commit is contained in:
parent
5d1793cce8
commit
1cbff3c12a
@ -47,6 +47,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
||||||
|
|
||||||
|
RUN npm install
|
||||||
|
|
||||||
COPY ./frontend ./frontend
|
COPY ./frontend ./frontend
|
||||||
COPY ./widget ./widget
|
COPY ./widget ./widget
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user