fix: update dockerfile

This commit is contained in:
max_richter 2025-01-06 16:20:31 +01:00
parent 90fcb1e4cd
commit 64d557f9fd

View File

@ -7,7 +7,7 @@ WORKDIR /app
COPY . .
RUN apk install curl &&\
RUN apk add curl &&\
deno install --allow-scripts &&\
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json &&\
mkdir -p $DATA_DIR &&\