fix: update dockerfile

This commit is contained in:
max_richter 2025-01-05 23:20:52 +01:00
parent 4d9d847b1d
commit 428cd0f27c

View File

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