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