7
Some checks failed
Publish Docker Images / docker (push) Failing after 21s

This commit is contained in:
Lee 2023-11-16 13:11:02 +00:00
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