7
This commit is contained in:
@ -3,9 +3,9 @@ FROM fascinated/docker-images:nodejs_20_with_pnpm AS base
|
||||
# Install dependencies and build the app
|
||||
FROM base AS builder
|
||||
WORKDIR /app
|
||||
COPY package.json* pnpm-lock.yaml* ./
|
||||
COPY ./backend/package.json* ./backend/pnpm-lock.yaml* ./
|
||||
RUN pnpm install --frozen-lockfile --quiet
|
||||
COPY . .
|
||||
COPY ./backend .
|
||||
RUN pnpm run build
|
||||
|
||||
# Final stage to run the app
|
||||
|
Reference in New Issue
Block a user