mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-21 11:40:56 +00:00
updated debug.Dockerfile with the latest changes for the ui split build (#691)
This commit is contained in:
parent
3067bf5eaf
commit
85edd6e5b0
@ -8,6 +8,7 @@ COPY ui/package-lock.json .
|
|||||||
RUN npm i
|
RUN npm i
|
||||||
COPY ui .
|
COPY ui .
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
RUN npm run build-ent
|
||||||
|
|
||||||
FROM golang:1.16-alpine AS builder
|
FROM golang:1.16-alpine AS builder
|
||||||
# Set necessary environment variables needed for our image.
|
# Set necessary environment variables needed for our image.
|
||||||
@ -52,6 +53,7 @@ WORKDIR /app
|
|||||||
COPY --from=builder ["/app/agent-build/mizuagent", "."]
|
COPY --from=builder ["/app/agent-build/mizuagent", "."]
|
||||||
COPY --from=builder ["/app/agent/build/extensions", "extensions"]
|
COPY --from=builder ["/app/agent/build/extensions", "extensions"]
|
||||||
COPY --from=site-build ["/app/ui-build/build", "site"]
|
COPY --from=site-build ["/app/ui-build/build", "site"]
|
||||||
|
COPY --from=site-build ["/app/ui-build/build-ent", "site-standalone"]
|
||||||
RUN mkdir /app/data/
|
RUN mkdir /app/data/
|
||||||
|
|
||||||
# install delve
|
# install delve
|
||||||
|
Loading…
Reference in New Issue
Block a user