mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-07-29 23:41:06 +00:00
Revert "fix dockerfile (remove deleting .env file) - it is found in dockerignore and fails to build if the file not exists"
This reverts commit 4f514ae1f4
.
This commit is contained in:
parent
d4425e34ce
commit
ffc7e05b44
@ -3,6 +3,7 @@ FROM node:14-slim AS site-build
|
|||||||
WORKDIR /app/ui-build
|
WORKDIR /app/ui-build
|
||||||
|
|
||||||
COPY ui .
|
COPY ui .
|
||||||
|
RUN rm .env
|
||||||
RUN npm i
|
RUN npm i
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user