fix(docker): instructions + bump deps + bind mount (#1809)
* fix docker * test with docs folder
This commit is contained in:
parent
cc9704becc
commit
a201105442
4 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM node:20-slim AS builder
|
||||
FROM node:22-slim AS builder
|
||||
WORKDIR /usr/src/app
|
||||
COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
RUN npm ci
|
||||
|
||||
FROM node:20-slim
|
||||
FROM node:22-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue