forked from github-starred/komodo
go back to copy . .
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
FROM rust:latest as builder
|
||||
WORKDIR /periphery
|
||||
|
||||
COPY ./lib/helpers .
|
||||
COPY ./lib/types .
|
||||
COPY ./periphery .
|
||||
COPY . .
|
||||
|
||||
RUN cargo build -p periphery --release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user