🔨」 fix: fixed prod

This commit is contained in:
2025-10-24 16:55:11 +02:00
parent 8902965fe5
commit 66e4fe8dd5
6 changed files with 3 additions and 2567 deletions

View File

@ -1,18 +1,3 @@
# FROM node:lts-alpine AS builder
#
# RUN npm install -g pnpm
#
# WORKDIR /app
#
# COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
#
# RUN pnpm install --frozen-lockfile
#
# COPY vite.config.js tailwind.config.js ./
# COPY src ./src
#
# RUN pnpm vite build
FROM owasp/modsecurity-crs:nginx-alpine
RUN mkdir -p /etc/nginx/modsecurity.d \