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