👷 drone
This commit is contained in:
parent
af3a052acb
commit
2ca58471ec
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ FROM rust as builder
|
||||||
|
|
||||||
COPY . /app
|
COPY . /app
|
||||||
|
|
||||||
|
WORKDIR /app
|
||||||
|
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
|
|
||||||
FROM archlinux
|
FROM archlinux
|
||||||
|
|
Loading…
Add table
Reference in a new issue