build(frontend): fix

This commit is contained in:
ITQ
2025-03-01 01:10:55 +03:00
parent 6f21e1e051
commit b3e7409c24
+1 -1
View File
@@ -7,7 +7,7 @@ COPY package.json bun.lock ./
RUN bun install --frozen-lockfile
COPY . .
RUN npm run build
RUN bun run build
# Stage 2: Serve the built files with Nginx
FROM nginx:latest