mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-08 00:43:06 +00:00
Update Dockerfile
This commit is contained in:
parent
091ea33158
commit
a2dca360d1
@ -25,7 +25,7 @@ COPY . .
|
|||||||
RUN git submodule update --init --recursive
|
RUN git submodule update --init --recursive
|
||||||
|
|
||||||
# Slowest build step for the sake of caching layers
|
# Slowest build step for the sake of caching layers
|
||||||
RUN make -j$(nproc) deps
|
RUN make -j$(nproc) deps RLN="$RLN"
|
||||||
|
|
||||||
# Build the final node binary
|
# Build the final node binary
|
||||||
RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN"
|
RUN make -j$(nproc) $MAKE_TARGET NIMFLAGS="$NIMFLAGS" RLN="$RLN"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user