install sea-orm-cli inside of docker container
This commit is contained in:
parent
4094eca351
commit
918dc268d5
|
@ -6,6 +6,8 @@ COPY ../Cargo.lock ./
|
||||||
|
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
|
RUN cargo install sea-orm-cli
|
||||||
|
|
||||||
CMD ["./target/release/backend"]
|
CMD ["./target/release/backend"]
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
Loading…
Reference in a new issue