fix(fullstack): Move legalconsenthub.yml API to root
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user