fix: update dockerfile

This commit is contained in:
max_richter 2025-01-05 23:54:46 +01:00
parent 88f35d0ffb
commit 121d1a59cf

View File

@ -7,10 +7,8 @@ WORKDIR /app
COPY . .
RUN deno install --allow-scripts
RUN sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json
RUN deno task db migrate
RUN deno task build
RUN deno install --allow-scripts &&\
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json
EXPOSE 8000