fix: update dockerfile

This commit is contained in:
2025-01-05 23:38:49 +01:00
parent b10775daeb
commit e8c6705676
2 changed files with 1 additions and 4 deletions

View File

@ -6,7 +6,7 @@ ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
WORKDIR /app
COPY . .
RUN deno install --allow-import --allow-scripts=npm:sharp@0.33.5-rc.1 && deno task build
RUN deno install --allow-scripts=npm:sharp@next && deno task build
EXPOSE 8000