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

This commit is contained in:
2025-02-02 22:45:03 +01:00
parent 7cb8402b39
commit 999081f6d2

View File

@ -7,7 +7,7 @@ COPY package*.json ./
RUN npm ci
# Sharp requires extra shit
RUN npm install --include=optional sharp
RUN npm install --os=linux --libc=musl --cpu=x64 --include=optional sharp
COPY . .