Workflow: Update formula11 dockerfile
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 33s

This commit is contained in:
2025-02-02 22:43:03 +01:00
parent 16b9b1343b
commit 7cb8402b39

View File

@ -6,6 +6,9 @@ COPY package*.json ./
RUN npm ci
# Sharp requires extra shit
RUN npm install --include=optional sharp
COPY . .
RUN npm run build