This commit is contained in:
parent
660d23a2a4
commit
39b0a653ed
@ -9,8 +9,8 @@ WORKDIR /usr/src/app
|
||||
COPY package.json ./
|
||||
COPY pnpm-lock.yaml ./
|
||||
|
||||
# Copy the package.json
|
||||
COPY apps/${APP}/package.json ./apps/${APP}/package.json
|
||||
# Copy the app's sourse
|
||||
COPY apps/${APP} ./apps/${APP}
|
||||
|
||||
RUN pnpm install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user