mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: address suggestions dockerfile frontend
This commit is contained in:
parent
380eaa2501
commit
f139783161
@ -47,6 +47,10 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* ./
|
||||||
|
|
||||||
|
COPY frontend/package*.json ./frontend/
|
||||||
|
|
||||||
|
COPY widget/package*.json ./widget/
|
||||||
|
|
||||||
RUN npm install
|
RUN npm install
|
||||||
|
|
||||||
COPY ./frontend ./frontend
|
COPY ./frontend ./frontend
|
||||||
|
Loading…
Reference in New Issue
Block a user