fix: update god-mode path on docker file (#6060)

This commit is contained in:
sriram veeraghanta
2026-02-25 20:56:55 +05:30
committed by GitHub
parent 6b029a785d
commit 75449f8d47
10 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ COPY . .
RUN corepack enable pnpm && pnpm add -g turbo
RUN pnpm install
ENV VITE_ADMIN_BASE_PATH="/god-mode"
ENV VITE_ADMIN_BASE_PATH="/god-mode/"
EXPOSE 3000