This commit is contained in:
parent
9001c161d8
commit
ebfb12a42d
@ -7,6 +7,7 @@ WORKDIR /usr/src/app
|
||||
|
||||
# Copy the app's sourse
|
||||
COPY apps/${APP} ./${APP}
|
||||
COPY apps/${APP}/package.json ./${APP}/package.json
|
||||
|
||||
# Install dependencies
|
||||
RUN pnpm install --frozen-lockfile --production
|
||||
|
Loading…
Reference in New Issue
Block a user