Merge branch 'master' of gitlab.com:megazordpobeda/DataRush

This commit is contained in:
ITQ
2025-05-08 12:53:15 +03:00
19 changed files with 679 additions and 6268 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ COPY . .
RUN bun run build
# Stage 2: Serve the built files with Nginx
FROM nginx:latest
FROM nginx:1.28-alpine-slim
COPY --from=builder /app/dist /usr/share/nginx/html