👷 drone
This commit is contained in:
parent
b06a8a79c9
commit
5b021321cc
1 changed files with 2 additions and 0 deletions
|
@ -4,6 +4,8 @@ WORKDIR /app
|
|||
|
||||
COPY ./ .
|
||||
|
||||
RUN rustup target add x86_64-unknown-linux-musl
|
||||
|
||||
RUN cargo build --target x86_64-unknown-linux-musl --release
|
||||
|
||||
COPY /app/target/release/me-site /me-site
|
||||
|
|
Loading…
Add table
Reference in a new issue