mirror of
https://github.com/hexastack/hexabot
synced 2025-02-23 12:59:14 +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* ./
|
||||
|
||||
RUN npm install
|
||||
|
||||
COPY ./frontend ./frontend
|
||||
COPY ./widget ./widget
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user