fix: update dockerfile

This commit is contained in:
max_richter 2025-01-05 23:49:36 +01:00
parent fae1c7d91a
commit 58fc85b38f

View File

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