fix: update dockerfile
This commit is contained in:
parent
90fcb1e4cd
commit
64d557f9fd
@ -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 &&\
|
||||
|
Loading…
x
Reference in New Issue
Block a user