You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
# License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html).
#
# Note: this is provided for purposes of completing/illustrating a production build of the UI - this will be replaced in due course with a strimzi based image + node runtime w/ tini etc
FROM node:lts-alpine as builder
WORKDIR /usr/strimzi-ui/
COPY --chown=root:root / /usr/strimzi-ui/
# install all deps, and build client/server
RUN npm install -q \
&& npm run build
# clear deps, and only install prod deps - needed as server build does not bundle them/node provided functions