mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-29 18:53:10 +00:00
fix docker to use new make command (#364)
This commit is contained in:
parent
de3d97db1e
commit
98f6bb4ed9
@ -4,7 +4,7 @@ RUN apk update && apk add git cmake curl make git bash linux-headers
|
||||
COPY . .
|
||||
RUN make clean
|
||||
RUN make update
|
||||
RUN make exec NIM_PARAMS="-d:disableMarchNative"
|
||||
RUN make NIM_PARAMS="-d:disableMarchNative"
|
||||
|
||||
FROM alpine:3.17.2
|
||||
WORKDIR /root/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user