👷 drone

This commit is contained in:
JMARyA 2022-11-12 01:16:00 +01:00
parent 5b021321cc
commit bbe208c8c9
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

@ -4,9 +4,7 @@ WORKDIR /app
COPY ./ . COPY ./ .
RUN rustup target add x86_64-unknown-linux-musl RUN cargo build --release
RUN cargo build --target x86_64-unknown-linux-musl --release
COPY /app/target/release/me-site /me-site COPY /app/target/release/me-site /me-site