Skip to content

Commit

Permalink
fix: metaphor build (#537)
Browse files Browse the repository at this point in the history
* fix: metaphor build

* fix: pnpm missing file

---------

Co-authored-by: Frédéric Harper <[email protected]>
  • Loading branch information
CristhianF7 and fharper authored Jul 31, 2023
1 parent 5d7c8a7 commit 4586e47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metaphor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
COPY . .

RUN pnpm install -r --offline
RUN pnpm install -r

RUN pnpm build

Expand Down
2 changes: 1 addition & 1 deletion metaphor/components/navigation/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Navigation: FunctionComponent<NavigationProps> = ({ consoleUrl, collapsibl
color="#ABADC6"
sx={{ position: 'absolute', left: 65, bottom: -10 }}
>
V<KUBEFIRST_VERSION>
{`V<KUBEFIRST_VERSION>`}
</Typography>
</Title>
{domLoaded && (
Expand Down

0 comments on commit 4586e47

Please sign in to comment.