fix: update dockerfile

This commit is contained in:
2025-01-06 16:19:32 +01:00
parent 53c4d5b129
commit 90fcb1e4cd
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM denoland/deno:2.1.4
FROM denoland/deno:alpine-2.1.4
ARG GIT_REVISION
ENV DENO_DEPLOYMENT_ID=${GIT_REVISION}
@ -7,7 +7,8 @@ WORKDIR /app
COPY . .
RUN deno install --allow-scripts &&\
RUN apk install curl &&\
deno install --allow-scripts &&\
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
mkdir -p $DATA_DIR &&\
deno task build