Workflow: Update formula11 dockerfile
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 27s
All checks were successful
Build Formula11 Docker Image / pocketbase-docker (push) Successful in 27s
This commit is contained in:
@ -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 . .
|
||||
|
||||
|
Reference in New Issue
Block a user