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