fix: Added pnpm-workspace to release stage of docker file
Build and Push Development Docker Image / build-and-push (push) Successful in 3m43s

This commit is contained in:
2026-08-15 20:02:36 +01:00
parent 56e3f2e272
commit 0ec4562e5e
+1
View File
@@ -13,6 +13,7 @@ FROM git.luke-else.co.uk/luke-else/nodejs:latest AS run
WORKDIR /app WORKDIR /app
COPY --from=build /app/package.json ./package.json COPY --from=build /app/package.json ./package.json
COPY --from=build /app/pnpm-workspace.yaml ./pnpm-workspace.yaml
COPY --from=build /app/.npmrc ./.npmrc COPY --from=build /app/.npmrc ./.npmrc
COPY --from=build /app/build ./build COPY --from=build /app/build ./build
RUN pnpm install --prod RUN pnpm install --prod