You are browsing as a guest. Sign up (or log in) to start making projects!

49m 48s logged

first step is obvious: check the list of changes to server/Dockerfile. that specifies the recipe to create the Docker image—essentially packaging instructions that’ve already been written for us. it wasn’t much, thankfully (unlike the RapidOCR changes…): they separated out an additional plugin SDK we’d need to build and now explicitly build the dependent SDKs first.
the migration to pnpm 11 also meant --frozen-lockfile needs to be passed to the install command, so i took this opportunity to put such relevant flags after the subcommand portion of the command as well. finally let’s clarify the pkgdesc cuz why not

0
29

Comments 0

No comments yet. Be the first!