mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 19:59:46 -05:00
go back to copy . .
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
FROM rust:latest as builder
|
||||
WORKDIR /core
|
||||
|
||||
COPY ./lib/db_client .
|
||||
COPY ./lib/helpers .
|
||||
COPY ./lib/periphery_client .
|
||||
COPY ./lib/types .
|
||||
COPY ./core .
|
||||
COPY . .
|
||||
|
||||
RUN cargo build -p core --release
|
||||
|
||||
|
||||
@@ -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