mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-06 21:09:19 +00:00
Fixed ui split (#690)
This commit is contained in:
parent
d216c64154
commit
3067bf5eaf
@ -7,7 +7,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.
|
||||||
|
@ -49,7 +49,8 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "craco start",
|
"start": "craco start",
|
||||||
"start-ent": "./node_modules/.bin/env-cmd -f .env.enterprise craco start",
|
"start-ent": "./node_modules/.bin/env-cmd -f .env.enterprise craco start",
|
||||||
"build": "./node_modules/.bin/env-cmd -f .env.basic craco build & BUILD_PATH='./build-ent' ./node_modules/.bin/env-cmd -f .env.enterprise craco build",
|
"build": "./node_modules/.bin/env-cmd -f .env.basic craco build",
|
||||||
|
"build-ent": "BUILD_PATH='./build-ent' ./node_modules/.bin/env-cmd -f .env.enterprise craco build",
|
||||||
"test": "craco test",
|
"test": "craco test",
|
||||||
"eject": "craco eject"
|
"eject": "craco eject"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user