Skip to content

Commit 1645c12

Browse files
committed
build: ui not found
1 parent a034543 commit 1645c12

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN git clone --depth 1 https://github.com/ReaJason/MemShellParty.git . && \
66
rm -rf vul integration-test tools
77

88
# https://hub.docker.com/r/oven/bun
9-
FROM --platform=$BUILDPLATFORM oven/bun:1.3.6 AS frontend
9+
FROM --platform=$BUILDPLATFORM oven/bun:1.3.11 AS frontend
1010

1111
ARG ROUTE_ROOT_PATH="/"
1212
ARG CONTEXT_PATH=""

web/react-router.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
import type { Config } from '@react-router/dev/config';
22
import { glob } from 'node:fs/promises';
33
import { createGetUrl, getSlugs } from 'fumadocs-core/source';
4+
import { env } from "node:process";
45

56
const getUrl = createGetUrl('/docs');
67

78
export default {
9+
basename: env.VITE_APP_BASE_PATH,
810
ssr: false,
911
future: {
1012
v8_middleware: true,

0 commit comments

Comments
 (0)