fix(fullstack): Move legalconsenthub.yml API to root

This commit is contained in:
2025-11-15 10:30:00 +01:00
parent af434ad3a4
commit af4dc3b7d8
7 changed files with 26 additions and 13 deletions

View File

@@ -6,11 +6,15 @@ RUN apk add --no-cache openjdk21-jre
RUN npm install -g pnpm@10.13.1
COPY package.json pnpm-lock.yaml ./
RUN mkdir -p ../api
COPY api/legalconsenthub.yml ../api/
COPY legalconsenthub/package.json legalconsenthub/pnpm-lock.yaml ./
RUN pnpm install --frozen-lockfile
COPY . .
COPY legalconsenthub/ .
RUN pnpm build