fix docker to use new make command (#364)

This commit is contained in:
Dmitriy Ryajov 2023-03-14 16:28:17 -06:00 committed by GitHub
parent de3d97db1e
commit 98f6bb4ed9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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/