7
All checks were successful
Publish Docker Images / docker (push) Successful in 1m3s

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