fixed Dockerfile
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Struchkov Mark 2024-09-01 16:52:08 +03:00
parent d82b9d059b
commit 650596f88b
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -4,7 +4,7 @@ COPY package.json .
COPY package-lock.json* .
RUN npm ci
FROM node:20-slim
FROM node:20-alpine
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . .