Revert "fixed Dockerfile"
All checks were successful
continuous-integration/drone/tag Build is passing

This reverts commit 650596f88b.
This commit is contained in:
Struchkov Mark 2024-09-01 16:52:46 +03:00
parent 650596f88b
commit 02f1f6e56a
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-alpine
FROM node:20-slim
WORKDIR /usr/src/app
COPY --from=builder /usr/src/app/ /usr/src/app/
COPY . .