fix: update dockerfile
This commit is contained in:
@ -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 &&\
|
||||
|
Reference in New Issue
Block a user