fix: path on build process
This commit is contained in:
parent
ea1345035e
commit
9c098d2fb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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 version --allow-same-version --git-tag-version false --commit-hooks false 1.0.0
|
||||||
RUN npm install --production
|
RUN npm install --production
|
||||||
|
|
||||||
COPY .packages/server ./
|
COPY packages/server/ ./
|
||||||
|
|
||||||
|
|
||||||
FROM node:22-alpine AS l-s-base
|
FROM node:22-alpine AS l-s-base
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue