fixed Dockerfile
This commit is contained in:
parent
b748adc8a9
commit
3c37ee024b
@ -4,7 +4,7 @@ COPY package.json .
|
||||
COPY package-lock.json* .
|
||||
RUN npm ci
|
||||
|
||||
FROM node:20-alpine
|
||||
FROM node:20-slim
|
||||
WORKDIR /usr/src/app
|
||||
COPY --from=builder /usr/src/app/ /usr/src/app/
|
||||
COPY . .
|
||||
|
Loading…
Reference in New Issue
Block a user