Update some things. Default URL changed for VPS.

This commit is contained in:
2025-12-18 16:19:43 +00:00
parent 74f6dfa66d
commit cf44635c72
10 changed files with 635 additions and 613 deletions

View File

@@ -13,8 +13,8 @@ RUN pnpm install
COPY . .
# Build the project
RUN pnpm run prebuild
RUN pnpm run build
#RUN pnpm run prebuild
RUN pnpm build
# Stage 2: Serve the app using the same version of Node
FROM node:18-alpine