fix: update dockerfile

This commit is contained in:
max_richter 2025-01-05 23:44:11 +01:00
parent e8c6705676
commit a47bdfb00d

View File

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