fix: path on build process

This commit is contained in:
Rafael Taranto 2025-05-12 10:59:33 +01:00
parent ea1345035e
commit 9c098d2fb9

View file

@ -7,7 +7,7 @@ COPY ["packages/server/package.json", "packages/server/package-lock.json", "./"]
RUN npm version --allow-same-version --git-tag-version false --commit-hooks false 1.0.0
RUN npm install --production
COPY .packages/server ./
COPY packages/server/ ./
FROM node:22-alpine AS l-s-base