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
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.