smaller image
This commit is contained in:
parent
9d83a95912
commit
8671f4e036
@ -1,7 +1,7 @@
|
||||
FROM fascinated/docker-images:nodejs_20_with_pnpm
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
COPY package.json pnpm-lock.yaml ./backend ./
|
||||
|
||||
RUN pnpm install --filter backend
|
||||
RUN pnpm run build:backend
|
||||
|
Reference in New Issue
Block a user