fix: update dockerfile

This commit is contained in:
Lucas Smith
2026-03-06 15:06:50 +11:00
parent 30c5cf6d70
commit d05d051053
+2 -1
View File
@@ -5,7 +5,8 @@ FROM node:22-alpine3.22 AS base
RUN apk add --no-cache openssl
RUN apk add --no-cache font-freefont
RUN corepack enable pnpm
RUN npm install -g pnpm
#############################