fix: update dockerfile
This commit is contained in:
parent
88f35d0ffb
commit
121d1a59cf
@ -7,10 +7,8 @@ WORKDIR /app
|
|||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
RUN deno install --allow-scripts
|
RUN deno install --allow-scripts &&\
|
||||||
RUN sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json
|
sed -i -e 's/"deno"/"no-deno"/' node_modules/@libsql/client/package.json
|
||||||
RUN deno task db migrate
|
|
||||||
RUN deno task build
|
|
||||||
|
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user