fix path
This commit is contained in:
parent
c9e6267941
commit
b09d1be7ff
|
@ -1,6 +1,7 @@
|
|||
FROM rust as builder
|
||||
|
||||
WORKDIR /opt/build
|
||||
COPY . .
|
||||
RUN cargo install --path .
|
||||
|
||||
FROM alpine
|
||||
|
|
Loading…
Reference in New Issue