mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-02-14 18:09:51 +00:00
fix dockerfile (remove deleting .env file) - it is found in dockerignore and fails to build if the file not exists
This commit is contained in:
@@ -3,7 +3,6 @@ FROM node:14-slim AS site-build
|
||||
WORKDIR /app/ui-build
|
||||
|
||||
COPY ui .
|
||||
RUN rm .env
|
||||
RUN npm i
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user