Merge remote-tracking branch 'origin/master'

This commit is contained in:
Андрей Сумин
2025-03-01 01:18:43 +03:00
27 changed files with 15644 additions and 11 deletions
+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