mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: optimize docker frontend cache
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user