build: fix dashboard build issue
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m10s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m10s
forgot to copy packages node_modules when in dashboard build stage
This commit is contained in:
@@ -28,6 +28,8 @@ ENV VITE_DEFAULT_LONGITUDE=${VITE_DEFAULT_LONGITUDE}
|
|||||||
|
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY --from=deps /app/apps/dashboard/node_modules ./apps/dashboard/node_modules
|
COPY --from=deps /app/apps/dashboard/node_modules ./apps/dashboard/node_modules
|
||||||
|
COPY --from=deps /app/packages/jrpc/node_modules ./packages/jrpc/node_modules
|
||||||
|
COPY --from=deps /app/packages/zigbee/node_modules ./packages/zigbee/node_modules
|
||||||
COPY apps/dashboard ./apps/dashboard
|
COPY apps/dashboard ./apps/dashboard
|
||||||
COPY packages/jrpc ./packages/jrpc
|
COPY packages/jrpc ./packages/jrpc
|
||||||
COPY packages/zigbee ./packages/zigbee
|
COPY packages/zigbee ./packages/zigbee
|
||||||
|
|||||||
Reference in New Issue
Block a user