Skip to content

Commit

Permalink
Check in built frontend files
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Baungard Hansen <[email protected]>
  • Loading branch information
jacobbaungard committed Jul 5, 2024
1 parent 2f3a931 commit 2edecdb
Show file tree
Hide file tree
Showing 552 changed files with 45,862 additions and 23 deletions.
23 changes: 0 additions & 23 deletions Dockerfile.ocp
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
FROM registry.ci.openshift.org/stolostron/builder:nodejs20-linux as frontend

WORKDIR /tmp/grafana

COPY package.json yarn.lock .yarnrc.yml ./
COPY .yarn .yarn
COPY packages packages
COPY plugins-bundled plugins-bundled
COPY public public

RUN curl -sL https://dl.yarnpkg.com/rpm/yarn.repo -o /etc/yum.repos.d/yarn.repo
RUN dnf -y install yarn

RUN yarn install --immutable

COPY tsconfig.json .eslintrc .editorconfig .browserslistrc .prettierrc.js babel.config.json .linguirc ./
COPY public public
COPY scripts scripts
COPY emails emails

ENV NODE_ENV production
RUN yarn build

# Golang build container
FROM registry.ci.openshift.org/stolostron/builder:go1.21-linux AS builder

Expand Down
34 changes: 34 additions & 0 deletions public/build/0.c88fc16b6533c8976681.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/build/0.c88fc16b6533c8976681.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 2edecdb

Please sign in to comment.