mirror of
https://github.com/logos-co/nomos-node.git
synced 2026-08-27 09:31:10 +00:00
Update build command in Docker files
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -yq \
|
||||
WORKDIR /nomos
|
||||
COPY . .
|
||||
|
||||
RUN cargo build --release -p nomos-node --no-default-features --features libp2p
|
||||
RUN cargo build --release -p nomos-node
|
||||
|
||||
# NODE IMAGE ----------------------------------------------------------
|
||||
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -yq \
|
||||
WORKDIR /nomos
|
||||
COPY . .
|
||||
|
||||
RUN cargo build --release -p nomos-node --no-default-features --features libp2p
|
||||
RUN cargo build --release -p nomos-node
|
||||
RUN cargo build --release -p mixnode
|
||||
|
||||
# NODE IMAGE ----------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user