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